@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/index.mjs CHANGED
@@ -322,7 +322,7 @@ var PayeesModule = class {
322
322
  }
323
323
  transformPayee(p) {
324
324
  return {
325
- id: p.id,
325
+ id: p.id || p.payee_id,
326
326
  nickname: p.nickname || p.name,
327
327
  accountNumber: p.accountNumber || p.account_number || "",
328
328
  routingNumber: p.routingNumber || p.routing_number || "",