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

Implement support for SetupIntents #3762

Merged
merged 27 commits into from
May 27, 2021
Merged

Implement support for SetupIntents #3762

merged 27 commits into from
May 27, 2021

Conversation

brnunes-stripe
Copy link
Contributor

Summary

Generalize PaymentIntent usage with StripeIntent, which can also represent a SetupIntent.
Re-add SetupIntent entry points.

Motivation

Support for SetupIntents in PaymentSheet.

Testing

  • Added tests
  • Modified tests
  • Manually verified

@brnunes-stripe
Copy link
Contributor Author

PR to merge into brnunes/si3 just for review, will change to master once #3748 is in.

Base automatically changed from brnunes/si3 to master May 27, 2021 04:23
# Conflicts:
#	payments-core/src/main/java/com/stripe/android/payments/PaymentFlowResultProcessor.kt
#	payments-core/src/main/java/com/stripe/android/paymentsheet/PaymentSheetViewModel.kt
#	payments-core/src/main/java/com/stripe/android/paymentsheet/flowcontroller/DefaultFlowController.kt
#	payments-core/src/main/java/com/stripe/android/paymentsheet/flowcontroller/DefaultFlowControllerInitializer.kt
#	payments-core/src/main/java/com/stripe/android/paymentsheet/flowcontroller/FlowControllerFactory.kt
#	payments-core/src/main/java/com/stripe/android/paymentsheet/flowcontroller/InitData.kt
#	payments-core/src/test/java/com/stripe/android/paymentsheet/PaymentSheetActivityTest.kt
#	payments-core/src/test/java/com/stripe/android/paymentsheet/PaymentSheetViewModelTest.kt
#	payments-core/src/test/java/com/stripe/android/paymentsheet/flowcontroller/DefaultFlowControllerTest.kt
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

4 participants