Skip to content

Commit 726351d

Browse files
committed
move
1 parent 70dd142 commit 726351d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ public function getName()
3535
public function getDefaultParameters()
3636
{
3737
return [
38+
'MerchantID' => '2000132', //測試用MerchantID,請自行帶入ECPay提供的MerchantID
3839
'HashKey' => '5294y06JbISpM5x9', //測試用Hashkey,請自行帶入ECPay提供的HashKey
3940
'HashIV' => 'v77hoKGq4kWxNNIS', //測試用HashIV,請自行帶入ECPay提供的HashIV
40-
'MerchantID' => '2000132', //測試用MerchantID,請自行帶入ECPay提供的MerchantID
4141
'EncryptType' => '1', //CheckMacValue加密類型,請固定填入1,使用SHA256加密
4242
'testMode' => false,
4343
];

0 commit comments

Comments
 (0)