Integration in CodeIgniter 3
phplime opened this issue · 4 comments
phplime commented
Hi,
How can I verify a transaction without a .env file
The problem is when trying to integrate it for multiple users we can't create .env files for all users.
Need to pass the keys via parameters, how can i do this?
bajoski34 commented
HI @phplime
trust you are doing fine. just wanted to know if you still need help with this.
bajoski34 commented
for custom configuration, you can simply create a class that implements the ConfigInterface and simply pass the secret_key, public_key, encryption key, and env values.
phplime commented
Hi @bajoski34
Thank you for getting back to me. Yes, I got the solution and successfully verified the transaction.