We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Passing the options object to the start method does noting:
recurly-js/types/lib/alternative-payment-methods.d.ts
Line 86 in 3868a4a
instead it should be passed when creating a AlternativePaymentMethodsInstance here:
Line 104 in 3868a4a
you can see this also being done in your example repo: recurly-integration-examples/public/alternative-payment-methods/ideal.html
on this line: https://github.com/recurly/recurly-integration-examples/blob/a1b6502b736f225b04c33e3249822830bad0e71a/public/alternative-payment-methods/ideal.html#L64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Passing the options object to the start method does noting:
recurly-js/types/lib/alternative-payment-methods.d.ts
Line 86 in 3868a4a
instead it should be passed when creating a AlternativePaymentMethodsInstance here:
recurly-js/types/lib/alternative-payment-methods.d.ts
Line 104 in 3868a4a
you can see this also being done in your example repo: recurly-integration-examples/public/alternative-payment-methods/ideal.html
on this line: https://github.com/recurly/recurly-integration-examples/blob/a1b6502b736f225b04c33e3249822830bad0e71a/public/alternative-payment-methods/ideal.html#L64
The text was updated successfully, but these errors were encountered: