minor fixes
This commit is contained in:
11
config/.env
Normal file
11
config/.env
Normal file
@@ -0,0 +1,11 @@
|
||||
BASE_URL=https://payapi.velocityafrica.net/api
|
||||
; BASE_URL=http://192.168.100.138:6950/api
|
||||
; BASE_URL=http://173.212.247.232:6950/api
|
||||
; BASE_URL=http://10.69.5.201:6950/api
|
||||
; BASE_URL=http://192.168.120.160:6950/api
|
||||
; BASE_URL=http://10.10.2.92:6950/api
|
||||
; BASE_URL=http://172.20.5.105:6950/api
|
||||
; BASE_URL=http://10.10.3.92:6950/api
|
||||
CLIENTID=77433712483-ng7pntvcpf6tnjccriuqm8dbna8vvp3b.apps.googleusercontent.com
|
||||
SIMULATE_PAYMENT_SUCCESS=false
|
||||
; SIMULATE_PAYMENT_SUCCESS=true
|
||||
4
config/.env.live
Normal file
4
config/.env.live
Normal file
@@ -0,0 +1,4 @@
|
||||
BASE_URL=https://payapi.velocityafrica.net/api
|
||||
CLIENTID=77433712483-ng7pntvcpf6tnjccriuqm8dbna8vvp3b.apps.googleusercontent.com
|
||||
SIMULATE_PAYMENT_SUCCESS=false
|
||||
GATEWAY_SCRIPT_URL=https://na.gateway.mastercard.com/static/checkout/checkout.min.js
|
||||
6
config/.env.test
Normal file
6
config/.env.test
Normal file
@@ -0,0 +1,6 @@
|
||||
# BASE_URL=http://192.168.100.85:6950/api
|
||||
# BASE_URL=https://peakapi.qantra.co.zw/api
|
||||
BASE_URL=http://localhost:6950/api
|
||||
CLIENTID=77433712483-ng7pntvcpf6tnjccriuqm8dbna8vvp3b.apps.googleusercontent.com
|
||||
SIMULATE_PAYMENT_SUCCESS=false
|
||||
GATEWAY_SCRIPT_URL=https://test-gateway.mastercard.com/static/checkout/checkout.min.js
|
||||
Reference in New Issue
Block a user