@diviswap/sdk 1.7.25 → 1.7.26

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/cli/index.js CHANGED
@@ -1937,7 +1937,7 @@ async function uninstall(options = {}) {
1937
1937
  }
1938
1938
 
1939
1939
  // package.json
1940
- var version = "1.7.25";
1940
+ var version = "1.7.26";
1941
1941
 
1942
1942
  // src/cli/index.ts
1943
1943
  var program = new commander.Command();
package/dist/index.js CHANGED
@@ -328,7 +328,7 @@ var PayeesModule = class {
328
328
  }
329
329
  transformPayee(p) {
330
330
  return {
331
- id: p.id,
331
+ id: p.id || p.payee_id,
332
332
  nickname: p.nickname || p.name,
333
333
  accountNumber: p.accountNumber || p.account_number || "",
334
334
  routingNumber: p.routingNumber || p.routing_number || "",