📪bKash
Configuring bKash payment gateway.
To configure Bkash payment gateway, you will need to add the following lines to your .env
file, replacing the placeholder values with your actual Bkash credentials:
BKASH_APP_KEY=YOUR_BKASH_APP_KEY
BKASH_APP_SECRET=YOUR_BKASH_APP_SECRET
BKASH_USERNAME=YOUR_BKASH_USERNAME
BKASH_PASSWORD=YOUR_BKASH_PASSWORD
Last updated