Skip to content

Commit bae24f4

Browse files
authored
Update LegacyQueryRequest.php
1 parent a6b6fc2 commit bae24f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Requests/LegacyQueryRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function getData()
5454
'partner' => $this->getPartner(),
5555
'trade_no' => $this->getTradeNo(),
5656
'out_trade_no' => $this->getOutTradeNo(),
57-
'_input_charset' => $this->getInputCharset()
57+
'_input_charset' => $this->getInputCharset(),
5858
‘sign_type' => $this->getSignType()
5959
];
6060
$data['sign'] = $this->sign($data, $this->getSignType());

0 commit comments

Comments
 (0)