diff --git a/src/controllers.js b/src/controllers.js index 81b2931..85b9202 100644 --- a/src/controllers.js +++ b/src/controllers.js @@ -40,6 +40,7 @@ const tokenizeUnit = async (req, res) => { if (isTokenCreationPending) { res.send({ + tokenization: data, message: "Your token is being created and should be ready in a few minutes.", success: true,