recurly-js
recurly-js copied to clipboard
Simple subscription billing in the browser
The `BRAINTREE_CLIENT_VERSION` is currently set to `3.76.0`, but the latest client version is `3.85.2`. There have been some changes around the device data collection between the two releases.
types definition from the project I'm working on. May be helpful. ``` export interface Amount { [key: string]: number; } export type PercentDiscount = { type: 'percent'; rate: number; }...
As stated here, if a race condition occurs where a form is unmounting as a call to recurly.token is running it is possible for recurly.token to fail when the formRef...
### Steps to reproduce 1. enter a credit card number, example 5555 5555 5555 4444 2. enter a expiration date 11/22 3. switch cursor back to month field in expiration...
Hi, I'm just starting to set up a form in React with the Card Element and I noticed the card number spacing is a bit strange in the guides and...
Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 3.5.0 to 3.6.0 Release notes Sourced from engine.io's releases. 3.6.0 Bug Fixes add extension in the...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
When opening the Apple Pay payment dialog, the Recurly SDK retrieves the user's shipping address and subsequently updates the Checkout Pricing instance assuming the shipping address's country to be the...
In my project we already have self-hosted braintree-web cleint from npm. It will be great to add option to initialize PayPal and ApplePay with my braintree library instanse, to skip...