Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ccen-stripe committed May 23, 2023
1 parent 42a997d commit 93f9ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## XX.XX.XX - 2023-XX-XX
### All SDKs
* [FIXED][6771](https://github.com/stripe/stripe-android/pull/6771) Fixed the length of phone number.

## 20.25.3 - 2023-05-23

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ internal class PhoneNumberFormatterTest {
assertThat(formatter.format("1234567")).isEqualTo("(123)-456+7")
assertThat(formatter.format("123456789012")).isEqualTo("(123)-456+78901!2")
assertThat(formatter.format("123456789012456")).isEqualTo("(123)-456+78901!2")

}

private fun PhoneNumberFormatter.format(input: String) =
Expand Down

0 comments on commit 93f9ebb

Please sign in to comment.