@capacitor-community/stripe-terminal 6.2.0 → 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @capacitor-community/stripe-terminal
|
|
2
2
|
|
|
3
|
-
Stripe SDK bindings for Capacitor Applications. __This plugin is still in
|
|
3
|
+
Stripe SDK bindings for Capacitor Applications. __This plugin is still in the RC (release candidate) phase.__
|
|
4
4
|
We have confirmed that it works well in the demo project. Please refer to https://github.com/capacitor-community/stripe/tree/main/demo/angular for the implementation.
|
|
5
5
|
|
|
6
6
|
## Install
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
|
-
npm install @capacitor-community/stripe-terminal
|
|
9
|
+
npm install @capacitor-community/stripe-terminal
|
|
10
10
|
npx cap sync
|
|
11
11
|
```
|
|
12
12
|
|