Releases: triniwiz/nativescript-stripe
Releases · triniwiz/nativescript-stripe
Setup Account ID
Add helper method to setup the Stripe account ID, needed when dealing with multiple managed accounts.
SCA Support
Updates Stripe SDK versions to support Strong Customer Authentication (SCA).
Includes breaking changes. See CHANGELOG.md
and README.md
for more information.
Update to {N} v6
Updates to use Nativescript v6.
Warning
- Consider freezing your version to 5.4.2 if using {N} < 6.0 (should work but not tested)
Provide more data to Listener
Provide more data to Stripe Listener when data changes during shipping/payment.
In particular:
Payment Method type
Payment Method ID
Card brand
Shipping Address
Support prefilled shipping address
Supports prefilling a shipping address in standard integration's StripePaymentSession
.
Support empty shipping method/address
Correctly handles case where no shipping method or address are supplied (e.g., nothing physical is being shipped).