Update auth.php
This commit is contained in:
parent
1b60ba1e13
commit
4ce7602b1a
|
@ -26,5 +26,9 @@ return [
|
||||||
'id' => '100011',
|
'id' => '100011',
|
||||||
'secret' => env('AUTH_DS_SECRET','123456'),
|
'secret' => env('AUTH_DS_SECRET','123456'),
|
||||||
],
|
],
|
||||||
|
'payment' => [
|
||||||
|
'id' => '100007',
|
||||||
|
'secret' => env('AUTH_PAYMENT_SECRET','123456'),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user