@depay/widgets 7.6.0 → 7.7.0
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 -1
- package/dist/esm/index.bundle.js +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +2 -1
- package/package.json +1 -1
package/dist/umd/index.js
CHANGED
|
@@ -21213,7 +21213,8 @@
|
|
|
21213
21213
|
sender: transaction.from.toLowerCase(),
|
|
21214
21214
|
nonce: transaction.nonce,
|
|
21215
21215
|
after_block: afterBlock,
|
|
21216
|
-
to_token: paymentRoute.toToken.address
|
|
21216
|
+
to_token: paymentRoute.toToken.address,
|
|
21217
|
+
to_amount: paymentRoute.toAmount.toString()
|
|
21217
21218
|
}).then(function (response) {
|
|
21218
21219
|
if (response.status != 200) {
|
|
21219
21220
|
retryStartTracking(transaction, afterBlock, paymentRoute, attempt);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depay/widgets",
|
|
3
3
|
"moduleName": "DePayWidgets",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.7.0",
|
|
5
5
|
"description": "Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion.",
|
|
6
6
|
"main": "./dist/umd/index.js",
|
|
7
7
|
"module": "./dist/esm/index.js",
|