@paydock/client-sdk 1.10.77-beta → 1.10.77
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
CHANGED
|
@@ -4872,7 +4872,7 @@ The final method to beginning, the load process of widget to html
|
|
|
4872
4872
|
|
|
4873
4873
|
<dl>
|
|
4874
4874
|
<dt><a href="#WalletButtons">WalletButtons</a></dt>
|
|
4875
|
-
<dd><p>Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay and Apple Pay via Stripe, Flypay, Paypal)</p>
|
|
4875
|
+
<dd><p>Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay™ and Apple Pay via Stripe, Flypay, Paypal)</p>
|
|
4876
4876
|
</dd>
|
|
4877
4877
|
</dl>
|
|
4878
4878
|
|
|
@@ -4972,7 +4972,7 @@ Interface of Shipping Options for PayPal
|
|
|
4972
4972
|
<a name="WalletButtons" id="WalletButtons"></a>
|
|
4973
4973
|
|
|
4974
4974
|
## WalletButtons
|
|
4975
|
-
Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay and Apple Pay via Stripe, Flypay, Paypal)
|
|
4975
|
+
Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay™ and Apple Pay via Stripe, Flypay, Paypal)
|
|
4976
4976
|
|
|
4977
4977
|
**Kind**: global class
|
|
4978
4978
|
|
package/bundles/widget.umd.js
CHANGED
|
@@ -6447,7 +6447,7 @@
|
|
|
6447
6447
|
* @param {string} [type] Type of the Shipping Option. Values can be 'SHIPPING' or 'PICKUP'. Required.
|
|
6448
6448
|
*/
|
|
6449
6449
|
/**
|
|
6450
|
-
* Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay and Apple Pay via Stripe, Flypay, Paypal)
|
|
6450
|
+
* Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay™ and Apple Pay via Stripe, Flypay, Paypal)
|
|
6451
6451
|
* @constructor
|
|
6452
6452
|
*
|
|
6453
6453
|
* @example
|
|
@@ -139,7 +139,7 @@ export interface IWalletUpdateData {
|
|
|
139
139
|
* @param {string} [type] Type of the Shipping Option. Values can be 'SHIPPING' or 'PICKUP'. Required.
|
|
140
140
|
*/
|
|
141
141
|
/**
|
|
142
|
-
* Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay and Apple Pay via Stripe, Flypay, Paypal)
|
|
142
|
+
* Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay™ and Apple Pay via Stripe, Flypay, Paypal)
|
|
143
143
|
* @constructor
|
|
144
144
|
*
|
|
145
145
|
* @example
|
|
@@ -78,7 +78,7 @@ export const EVENT = {
|
|
|
78
78
|
* @param {string} [type] Type of the Shipping Option. Values can be 'SHIPPING' or 'PICKUP'. Required.
|
|
79
79
|
*/
|
|
80
80
|
/**
|
|
81
|
-
* Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay and Apple Pay via Stripe, Flypay, Paypal)
|
|
81
|
+
* Class WalletButtons to work with different E-Wallets within html (currently supports Apple Pay, Google Pay™ and Apple Pay via Stripe, Flypay, Paypal)
|
|
82
82
|
* @constructor
|
|
83
83
|
*
|
|
84
84
|
* @example
|