Hola. Estoy tratando de crear una transacción PSE con la documentación que hay en el README pero al momento de consumir el método: epayco.bank.create(pseInformation) me retorna la siguiente cadena de errores sin darme mayor información.
RangeError: Invalid array length at WordArray.init.clamp (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/core.js:272:27) at WordArray.init.concat (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/core.js:237:19) at Object.pad (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:415:19) at Object._doFinalize (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:492:26) at Object.finalize (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:163:44) at Object.encrypt (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:675:41) at Object.encrypt (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:201:59) at encrypt (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/epayco-sdk-node/lib/resources/index.js:128:29) at setData (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/epayco-sdk-node/lib/resources/index.js:93:33) at bank.Resource.request (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/epayco-sdk-node/lib/resources/index.js:41:16) at bank.create (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/epayco-sdk-node/lib/resources/bank.js:27:17) at Epayco.<anonymous> (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/src/managers/epayco.ts:246:43) at Generator.next (<anonymous>) at fulfilled (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/src/managers/epayco.ts:12:58) at processTicksAndRejections (internal/process/task_queues.js:94:5)
Muy atento a su respuesta
Hola. Estoy tratando de crear una transacción PSE con la documentación que hay en el README pero al momento de consumir el método: epayco.bank.create(pseInformation) me retorna la siguiente cadena de errores sin darme mayor información.
RangeError: Invalid array length at WordArray.init.clamp (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/core.js:272:27) at WordArray.init.concat (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/core.js:237:19) at Object.pad (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:415:19) at Object._doFinalize (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:492:26) at Object.finalize (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:163:44) at Object.encrypt (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:675:41) at Object.encrypt (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/crypto-js/cipher-core.js:201:59) at encrypt (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/epayco-sdk-node/lib/resources/index.js:128:29) at setData (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/epayco-sdk-node/lib/resources/index.js:93:33) at bank.Resource.request (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/epayco-sdk-node/lib/resources/index.js:41:16) at bank.create (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/node_modules/epayco-sdk-node/lib/resources/bank.js:27:17) at Epayco.<anonymous> (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/src/managers/epayco.ts:246:43) at Generator.next (<anonymous>) at fulfilled (/Users/devalexanderdaza/Documents/Empresa/Desarrollos/Proyecto/src/managers/epayco.ts:12:58) at processTicksAndRejections (internal/process/task_queues.js:94:5)
Muy atento a su respuesta