replace the gbs's base_url by the test version
This commit is contained in:
parent
feafbd2747
commit
b7fa3137e7
|
|
@ -50,10 +50,10 @@ SENTRY_LARAVEL_DSN=https://9d6f6b6a24514295910a3b0e5bdd1449@o1053292.ingest.sent
|
|||
SENTRY_TRACES_SAMPLE_RATE=1
|
||||
|
||||
# Configuration API GBS
|
||||
BANK_API_BASE_URL=http://192.168.1.173:2087/api/v1
|
||||
BANK_API_BASE_URL=https://sunexilink.com/api/v1
|
||||
BANK_API_BRANCH_CODE=99001
|
||||
|
||||
BANK_API_LOGIN=admin
|
||||
BANK_API_PASSWORD=admin
|
||||
BANK_API_OPERATION_TYPE_CODE=MOMODE
|
||||
BANK_API_CUSTOMER_REL_CODE=399
|
||||
BANK_API_CUSTOMER_REL_CODE=
|
||||
|
|
|
|||
|
|
@ -898,7 +898,7 @@ INNER JOIN countries c ON oc.id_country = c.id INNER JOIN type_operators top ON
|
|||
'identificationNumber' => $bank_account->identification_number,
|
||||
'paySlip' => $request->doc_front,
|
||||
'signatureCard' => $request->doc_back,
|
||||
'custRelCode' => env('BANK_API_CUSTOMER_REL_CODE', '399')
|
||||
'custRelCode' => env('BANK_API_CUSTOMER_REL_CODE','')
|
||||
];
|
||||
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -48,8 +48,6 @@ class ReInitializeDB extends Seeder
|
|||
'nh_tmp_health_care_sheets',
|
||||
'nh_validating_agents',
|
||||
'nh_years_prices_grid',
|
||||
'oauth_access_tokens',
|
||||
'oauth_refresh_tokens',
|
||||
'operators',
|
||||
'operators_countries',
|
||||
'paliers',
|
||||
|
|
|
|||
Loading…
Reference in New Issue