Jay Newstrom
Jay Newstrom
# Summary Follow up to https://github.com/stripe/stripe-android/pull/8436 which makes all the properties `val` instead of `var`. The only downside to this is the change to the generated `copy` method. Which we've...
# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...
# Summary These tests are failing, removing them to unblock merges. These need to be re-enabled when they're fixed.
# Summary In order to give a better user experience, we call the refresh endpoint rather than poll. This is especially useful when the user cancels out of the payment...
# Summary The payments have changed (I think) and we don't want them hardcoded in the SDK. # Motivation https://jira.corp.stripe.com/browse/RUN_MOBILESDK-3372 # Testing - [ ] Added tests - [x] Modified...
# Summary Add support for PayNow LPM. # Motivation https://jira.corp.stripe.com/browse/MOBILESDK-1381 https://github.com/stripe/stripe-android/issues/6840 # Testing - [x] Added tests - [ ] Modified tests - [x] Manually verified # Screenshots https://github.com/user-attachments/assets/bbdb700a-9ca1-40d4-8505-20e1aa4400f1
# Summary # Motivation # Testing - [ ] Added tests - [ ] Modified tests - [ ] Manually verified # Screenshots | Before | After | | -------------...