We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dd142 commit 726351dCopy full SHA for 726351d
src/Gateway.php
@@ -35,9 +35,9 @@ public function getName()
35
public function getDefaultParameters()
36
{
37
return [
38
+ 'MerchantID' => '2000132', //測試用MerchantID,請自行帶入ECPay提供的MerchantID
39
'HashKey' => '5294y06JbISpM5x9', //測試用Hashkey,請自行帶入ECPay提供的HashKey
40
'HashIV' => 'v77hoKGq4kWxNNIS', //測試用HashIV,請自行帶入ECPay提供的HashIV
- 'MerchantID' => '2000132', //測試用MerchantID,請自行帶入ECPay提供的MerchantID
41
'EncryptType' => '1', //CheckMacValue加密類型,請固定填入1,使用SHA256加密
42
'testMode' => false,
43
];
0 commit comments