Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update-jssdk-methods #136

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

update-jssdk-methods #136

wants to merge 7 commits into from

Conversation

liljanadimovska
Copy link
Contributor

Updating JS SDK methods to comply with netlify

Updating JS SDK methods to comply with netlify
Expanded the guide with integration checklist.
docs/jssdk.md Show resolved Hide resolved
docs/jssdk.md Show resolved Hide resolved
docs/jssdk.md Show resolved Hide resolved
docs/jssdk.md Show resolved Hide resolved
docs/jssdk.md Show resolved Hide resolved
docs/jssdk.md Show resolved Hide resolved
@@ -185,7 +191,8 @@ InPlayer.Payment.getPayPalParams(InPlayer.Account.token(), {
origin: window.location.href,
accessFee: ACCESS_FEE_ID,
paymentMethod: 2,
voucherCode: 'some voucher code here' (not mandatory)
voucherCode: 'SomeVoucherCodeHere', /* not mandatory */
brandingId: 1234
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the voucherCode and brandingId optional here as well?

docs/jssdk.md Outdated

```js
InPlayer.Account
.getAccountInfo(InPlayer.Account.token())
.getAccount(InPlayer.Account.token())
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made changes here also according to the previous comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants