kevin_zhangl 2 anni fa
parent
commit
e400fea3b6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      common/config/main.php

+ 2 - 2
common/config/main.php

@@ -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)