Skip to content

Commit 0be56b4

Browse files
authored
fix for sku_id (#7041)
1 parent 0f4f465 commit 0be56b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/monetization/App_Subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ return new JsonResponse({
4949
{
5050
type: MessageComponentTypes.BUTTON,
5151
style: 6, // ButtonStyleTypes.PREMIUM
52-
skuId: '1234965026943668316',
52+
sku_id: '1234965026943668316',
5353
},
5454
],
5555
}]

0 commit comments

Comments
 (0)