@alien_org/contract 1.1.0-alpha → 1.1.1-alpha
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/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -443,8 +443,8 @@ interface Methods {
|
|
|
443
443
|
* Your backend receives a webhook when user pays - fulfill the order
|
|
444
444
|
* immediately without waiting for chain confirmation.
|
|
445
445
|
*
|
|
446
|
-
* Optional
|
|
447
|
-
*
|
|
446
|
+
* Optional `item` object (`title`, `iconUrl`, `quantity`)
|
|
447
|
+
* is shown on the payment approval screen.
|
|
448
448
|
*
|
|
449
449
|
* Set `test` to a scenario string (e.g. `'paid'`, `'error:insufficient_balance'`)
|
|
450
450
|
* for test mode - no real payment is made, but the specified scenario is
|
package/dist/index.d.mts
CHANGED
|
@@ -443,8 +443,8 @@ interface Methods {
|
|
|
443
443
|
* Your backend receives a webhook when user pays - fulfill the order
|
|
444
444
|
* immediately without waiting for chain confirmation.
|
|
445
445
|
*
|
|
446
|
-
* Optional
|
|
447
|
-
*
|
|
446
|
+
* Optional `item` object (`title`, `iconUrl`, `quantity`)
|
|
447
|
+
* is shown on the payment approval screen.
|
|
448
448
|
*
|
|
449
449
|
* Set `test` to a scenario string (e.g. `'paid'`, `'error:insufficient_balance'`)
|
|
450
450
|
* for test mode - no real payment is made, but the specified scenario is
|