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

fix(android): Fixes TapToPay error "Must have a country code to connect to reader" #30

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions stripe_terminal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@


## 3.0.1
- fix(android): Fixes TapToPay error "Must have a country code to connect to reader" [#29](https://github.com/BreX900/mek-packages/issues/29)

## 3.0.0
- fix: Attached the delegate reader before trying the connection
- refactor: Renamed `StripeTerminal` class to `Terminal`. The name has been aligned with the native SDKs.
Expand Down
4 changes: 2 additions & 2 deletions stripe_terminal/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api "com.stripe:stripeterminal-localmobile:3.0.0"
api "com.stripe:stripeterminal-core:3.0.0"
api "com.stripe:stripeterminal-localmobile:3.1.0"
api "com.stripe:stripeterminal-core:3.1.0"
}
2 changes: 1 addition & 1 deletion stripe_terminal/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0-dev.1"
version: "3.0.1"
meta:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion stripe_terminal/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mek_stripe_terminal
description: A StripeTerminal plugin to discover readers, connect to them and process payments.
version: 3.0.0
version: 3.0.1
repository: https://github.com/BreX900/mek-packages/tree/main/stripe_terminal
topics:
- stripe-terminal
Expand Down