recur-tw 0.10.1 → 0.10.2
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
|
@@ -19,7 +19,7 @@ A React & Vanilla JS SDK for embedding subscription checkout flows with PAYUNi p
|
|
|
19
19
|
|
|
20
20
|
### 方式一:Checkout Button(最簡單)
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
只需一個 script 和一個連結,點擊即開啟結帳視窗:
|
|
23
23
|
|
|
24
24
|
```html
|
|
25
25
|
<script src="https://unpkg.com/recur-tw/dist/checkout.js"></script>
|
|
@@ -74,7 +74,7 @@ Recur.close();
|
|
|
74
74
|
|
|
75
75
|
### 方式二:Floating Widget(浮動按鈕)
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
在頁面右下角顯示浮動按鈕,適合部落格或內容網站:
|
|
78
78
|
|
|
79
79
|
```html
|
|
80
80
|
<script
|