Skip to content

Commit 3363d75

Browse files
committed
Minor example correction
1 parent 3045e6d commit 3363d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/endpoints/subscription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class Subscription extends BaseExtend {
262262
* InPlayer.Subscription
263263
* .changeSubscriptionPlan({
264264
* access_fee_id: 1,
265-
* inplayer_token: S-xxxxx-ST
265+
* inplayer_token: 'S-xxxxx-ST'
266266
* }
267267
* )
268268
* .then(data => console.log(data));

0 commit comments

Comments
 (0)