@depay/widgets 11.1.3 → 11.1.4

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.
Files changed (2) hide show
  1. package/README.md +9 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -219,11 +219,15 @@ The fee will be taken from the target token and target amount (after swap, depen
219
219
 
220
220
  ```javascript
221
221
  DePayWidgets.Payment({
222
- accept: [...],
223
- fee: {
224
- amount: '3%',
225
- receiver: '0x4e260bB2b25EC6F3A59B478fCDe5eD5B8D783B02'
226
- }
222
+ accept: [
223
+ {...
224
+
225
+ fee: {
226
+ amount: '3%',
227
+ receiver: '0x4e260bB2b25EC6F3A59B478fCDe5eD5B8D783B02'
228
+ }
229
+ }
230
+ ],
227
231
  });
228
232
  ```
229
233
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depay/widgets",
3
3
  "moduleName": "DePayWidgets",
4
- "version": "11.1.3",
4
+ "version": "11.1.4",
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",