|
|
@@ -63,8 +63,8 @@ return [
|
|
|
// iPay88配置
|
|
|
'iPay88' => [
|
|
|
'class' => 'frontendApi\modules\v1\components\IPay88',
|
|
|
- 'merchantCode' => 'M08669',
|
|
|
- 'merchantKey' => 'SiYF6a0QYy',
|
|
|
+ 'merchantCode' => 'M08669_S0002', // M08669(prod)
|
|
|
+ 'merchantKey' => '5Mb154IrY8', // SiYF6a0QYy(prod)
|
|
|
'currencyCode' => 'CNY', // MYR(马来币) CNY(人民币)
|
|
|
'responseUrl' => 'https://nc-fele-mips.elken.com:8015/#/shop/order-list', //'https://www.ncshop2023.com/#/shop/order-list', // TODO: https://nc-fele-mips.elken.com:8015/#/shop/order-list(test)
|
|
|
'backendUrl' => 'https://nc-fapi-mips.elken.com:8013/v1/shop/verify-approach-order', //'https://fapi.ekhkad.com/v1/shop/verify-approach-order', // https://nc-fapi-mips.elken.com:8013/v1/shop/verify-approach-order(test)
|