@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/esm/index.js
CHANGED
|
@@ -21218,7 +21218,8 @@ var PaymentTrackingProvider = (function (props) {
|
|
|
21218
21218
|
sender: transaction.from.toLowerCase(),
|
|
21219
21219
|
nonce: transaction.nonce,
|
|
21220
21220
|
after_block: afterBlock,
|
|
21221
|
-
to_token: paymentRoute.toToken.address
|
|
21221
|
+
to_token: paymentRoute.toToken.address,
|
|
21222
|
+
to_amount: paymentRoute.toAmount.toString()
|
|
21222
21223
|
}).then(function (response) {
|
|
21223
21224
|
if (response.status != 200) {
|
|
21224
21225
|
retryStartTracking(transaction, afterBlock, paymentRoute, attempt);
|