Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(iOS): Recurring Transactions and order tracking APIs #1248

Merged
merged 15 commits into from Feb 15, 2023

Conversation

charliecruzan-stripe
Copy link
Collaborator

@charliecruzan-stripe charliecruzan-stripe commented Dec 23, 2022

Summary

  • Added the setOrderTracking property to the PlatformPayButton component and the initPaymentSheet method. Use this callback for setting the order details to give users the ability to track and manage their purchases in Wallet. see https://developer.apple.com/documentation/walletorders
  • Added the buttonType field to initPaymentSheet()'s applePay params
  • Added the request field to initPaymentSheet()'s, confirmPlatformPayPayment()'s, and confirmPlatformPaySetupIntent's applePay params. Use this to support different types of payment requests, like RecurringPaymentRequest, AutomaticReloadPaymentRequest, and MultiMerchantRequest

Motivation

New iOS 16 feature support

Testing

  • I tested this manually
  • I added automated tests

Documentation

Select one:

  • I have added relevant documentation for my changes.
  • This PR does not result in any developer-facing changes.

@charliecruzan-stripe charliecruzan-stripe marked this pull request as ready for review February 8, 2023 01:01
@charliecruzan-stripe charliecruzan-stripe changed the title [WIP] feat(iOS): Recurring Transactions and order tracking APIs feat(iOS): Recurring Transactions and order tracking APIs Feb 8, 2023
@charliecruzan-stripe charliecruzan-stripe merged commit 5ed60e5 into master Feb 15, 2023
@charliecruzan-stripe charliecruzan-stripe deleted the charliecruzan/recurringtransactions branch February 15, 2023 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant