Ashutosh Singh
Ashutosh Singh
Hi @suneel11 Can you help me with a few questions: 1. How are you getting the value of `$cardNo` and `$expDate` - For card number, is it the last 4...
Email starting with 'xxxx' seems like a masked email address. But it should not be throwing `E0001`.
NODE_DEBUG is the standard for [node.js internal debugging](https://www.alxolr.com/articles/debugging-tools-and-practices-in-node-js#debug-nodejs-internals-with-node_debug). It is not best suited for the logs of an application/library. We already have a method to log to file, we **will...