# shurjopay merchant username
SP_USERNAME=sp_sandbox
# shurjopay merchant password
SP_PASSWORD=pyyk97hu&6u6
# Merchant prefix used to generate order id
SP_PREFIX=NOK
# shurjopay payment gateway API endpoint
SHURJOPAY_API='https://sandbox.shurjopayment.com'
# URL to redirect after completion of a payment. Sample: https://sandbox.shurjopayment.com/response
SP_CALLBACK='http://localhost/your-php-app/return.php'
# Log location of shurjopay php plugin
SP_LOG_LOCATION='shurjoPay-plugin-log'
# CURLOPT_SSL_VERIFYPEER=0 only for local and non-SSL environment 
CURLOPT_SSL_VERIFYPEER=1