v0.0.1-beta.27
iOS and Android native SDKs are upgraded to 4.6.x.
New
- Surcharging: we’ve added ConfirmConfiguration.surcharge and SurchargeConfiguration to confirmPaymentIntent.
- If you are interested in joining this preview, please contact Stripe support.
- Receipt printing for Verifone V600p: a new print method has been added to allow printing images on the Verifone V660p reader.
- If you are interested in joining the preview, please contact Stripe support.
- NFC tapped data collection: a cancelCollectData method is now available to cancel NFC data collection.
- If you are interested in joining this preview, please email terminal-collect-data@stripe.com.
- The cardholderVerificationMethod has been added to ReceiptDetails. See cardholder_verification_method for the list of supported verification methods.
Update
- Surcharging: the ConfirmConfiguration.amountSurcharge field has been renamed to ConfirmConfiguration.surcharge.amount.
Fixes
- Fixed an issue where the surcharge amount was not being correctly passed through to the reader's payment confirmation request.
What's Changed
- Add metadata to RefundParams by @tlin-c-stripe in #998
- Add Verifone devkit device types. by @dver-stripe in #965
- Sync pods by @nazli-stripe in #1000
- Bump form-data from 3.0.2 to 3.0.4 in /example-app by @dependabot[bot] in #999
- Discard peerDependency check for react/react native version by @tim-lin-bbpos in #1004
- Fix named argument issue for Promise usage in Android by @tim-lin-bbpos in #1009
- Bump iOS/Android SDKs to 4.6.0 by @pzhang-stripe in #1010
- Add the CancelCollectData function to the SDK interface by @MattYang-Stripe in #1006
- Bump tmp from 0.2.3 to 0.2.4 in /dev-app by @dependabot[bot] in #1011
- Bump ios to 4.6.1 by @nazli-stripe in #1012
- Update Surcharge operation to support new configuration by @MattYang-Stripe in #1013
- Fix dev-app Android implementation for recollect after decline by @nazli-stripe in #1014
- [RN SDK Printing] Implement SDK
printmethod + Dev App Support by @pzhang-stripe in #989 - add additional type for
wisePosEDevkitby @lins-stripe in #1017 - Update test mail by @tlin-c-stripe in #1019
- [Paynow][Terminal]Add support forPaynow and fix capture_method in example-app by @qiang-stripe in #1020
- Add USB driver to Fastfile and add NSPhotoLibraryUsageDescription by @bric-stripe in #1022
- Format the code base by @nazli-stripe in #1018
- Bump versions for beta.27 by @nazli-stripe in #1023
New Contributors
- @dver-stripe made their first contribution in #965
- @pzhang-stripe made their first contribution in #1010
- @qiang-stripe made their first contribution in #1020
Full Changelog: v0.0.1-beta.26...v0.0.1-beta.27