Open rohitrajagopal opened 8 years ago
What is this missing method supposed to do exactly?
the tokenize() function, if it existed, would issue a HTTP GET request to the Payeezy API while passing the cardholder information. The API response will contain a token. This token can then be used for future transactions. This is important to many merchants who do not want to store cardholder data in their systems.
It would be great to have tokenize() in Payeezy.ruby also!
I also have this issue. Please let us know when its fix :)
Encountered an issue on executing the PayeezyTest.php file because Payeezy.php does not have the function tokenize().