Skip to content

Commit

Permalink
chore(readme): support version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Apr 16, 2024
1 parent 2f12168 commit faf4372
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,19 @@
| @capacitor-community/stripe-terminal | Support for in-person payments using Stripe | [/packages/terminal](https://github.com/capacitor-community/stripe/tree/main/packages/terminal#readme) |


## Optional: How to use Stripe Android currently package
## Hint

### Versions

Users of Capacitor v5 should use version v5 of the Plugin.

```bash
% npm install @capacitor-community/stripe@5
% npm install @capacitor-community/stripe-identity@5
% npm install @capacitor-community/stripe-terminal@5
```

### How to use Stripe Android currently package

Capacitor Android 6's default settings is here:

Expand Down

0 comments on commit faf4372

Please sign in to comment.