react-recurly
react-recurly copied to clipboard
React components for Recurly.js
Hello I noticed when a new applePay Instance is created - there is no `destroy` or `abort` method to go with it. Are there a reason for this?
Venmo
Hello - Does React-Recurly currently support Venmo I see it in the JS docs but even with the most recent version of the package - I do not see an...
` Your bank requires authentication using 3D Secure {actionTokenId ? ( ) : null} ` After entering the action code, Action section is hidden, but header and content show.
# Overview I have a monolith project that relies on both the Recurly node client as well as React-Recurly. The Recurly node client exports a global namespace in its types...
**Describe the bug** When using the hook `useCheckoutPricing` with a single-use coupon applied to a free trial plan, the `price.next.discount` value is 0. **To Reproduce** Use a plan with a...
**Describe the bug** When using the `RiskDataCollector` as documented (in combination with an `` based model), device data is not sent to Kount. Based on further investigation, `recurly.fraud.attachDataCollector()` is never...
https://reactjs.org/docs/legacy-context.html I see deprecation warnings. on super()
**Issue:** When validating user input errors, the type of "error" returned by `recurly.token` in this example, `recurly.token(formRef.current, (error, token) => {}` does not match the `RecurlyError` type [defined by Recurly.js...