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.
2 parents d9af1b1 + c209332 commit 824c2b5Copy full SHA for 824c2b5
src/Message/PayBankRequest.php
@@ -31,7 +31,7 @@ public function getData()
31
$data = array(
32
'mch_id' => $this->getMchId(),
33
'partner_trade_no' => $this->getPartnerTradeNo(),
34
- 'enc_bank_no' => $this->getEncBankNo(),
+ 'enc_bank_no' => $this->getEncBankNo(),
35
'enc_true_name' => $this->getEncTrueName(),
36
'bank_code' => $this->getBankCode(),
37
'amount' => $this->getAmount(),
0 commit comments