react-recurly icon indicating copy to clipboard operation
react-recurly copied to clipboard

React components for Recurly.js

Results 15 react-recurly issues
Sort by recently updated
recently updated
newest added

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?

question

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...

question

` Your bank requires authentication using 3D Secure {actionTokenId ? ( ) : null} ` After entering the action code, Action section is hidden, but header and content show.

question

# 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...

question

**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...

bug?

**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...

bug?

https://reactjs.org/docs/legacy-context.html I see deprecation warnings. on super()

enhancement

**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...

bug?