Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brnunes-stripe committed Feb 11, 2022
1 parent 47be0b0 commit 34d6e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* [CHANGED] [4546](https://github.com/stripe/stripe-android/pull/4546) Update to kotlin 1.6
* [FIXED] [4560](https://github.com/stripe/stripe-android/pull/4560) Fix `cardValidCallback` being added multiple times in `CardInputWidget`.
* [FIXED] [4574](https://github.com/stripe/stripe-android/pull/4574) Take `postalCode` into account in `CardMultilineWidget` validation.
* [FIXED] [4579](https://github.com/stripe/stripe-android/pull/4579) Fix crash when no bank is selected in `AddPaymentMethodActivity`.
### PaymentSheet
* [FIXED] [4466](https://github.com/stripe/stripe-android/pull/4466) Fix issues when activities are lost on low resource phones.
* [FIXED] [4557](https://github.com/stripe/stripe-android/pull/4557) Add missing app info to some Stripe API requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class AddFpxPaymentMethodTest {
fun launchFpxAndConfirmWithoutSelectingBank() {
launchBankSelector()

// click on first bank in the list
// confirm selection without selecting a bank
onView(withId(R.id.action_save)).perform(click())

// Nothing should happen as no bank was selected
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class AddNetbankingPaymentMethodTest {
fun launchNetbankingAndConfirmWithoutSelectingBank() {
launchBankSelector()

// click on first bank in the list
// confirm selection without selecting a bank
onView(withId(R.id.action_save)).perform(click())

// Nothing should happen as no bank was selected
Expand Down

0 comments on commit 34d6e58

Please sign in to comment.