@fiddupay/fiddupay-node 2.4.7 → 2.4.8

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # FidduPay Node.js SDK v2.4.7
1
+ # FidduPay Node.js SDK v2.4.8
2
2
 
3
- [![version](https://img.shields.io/badge/version-v2.4.7-blue.svg?style=flat-square)](https://github.com/fiddupay/fiddupay-node)
3
+ [![version](https://img.shields.io/badge/version-v2.4.8-blue.svg?style=flat-square)](https://github.com/fiddupay/fiddupay-node)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/@fiddupay/fiddupay-node.svg?style=flat-square)](https://www.npmjs.com/package/@fiddupay/fiddupay-node)
5
5
  [![Build Status](https://github.com/fiddupay/fiddupay-node/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/fiddupay/fiddupay-node/actions)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -235,7 +235,7 @@ console.log('Deposit address:', addrObj.address);
235
235
  await client.customers.payMerchant('user_123', {
236
236
  crypto_type: 'SOL',
237
237
  amount: '1.0',
238
- description: 'Charge for service'
238
+ reference_id: 'order_123'
239
239
  });
240
240
 
241
241
  // Sweep funds to master wallet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiddupay/fiddupay-node",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "description": "FidduPay payment gateway Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",