Dakota Walker
Results
2
comments of
Dakota Walker
Upgrading to 2.0.8 didn't resolve the issue but patching with this diff did. Thanks @therobertgrigorian.
It looks like the issue is happening in the tokenize method on ach.tsx:64 `const result = await ach.tokenize({accountHolderName,});` ```typescript try { const result = await ach.tokenize({ accountHolderName, }); if (result.status...