Skip to content

Commit e6924f9

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

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
@@ -55,7 +55,7 @@ public function getData()
5555
'trade_no' => $this->getTradeNo(),
5656
'out_trade_no' => $this->getOutTradeNo(),
5757
'_input_charset' => $this->getInputCharset(),
58-
sign_type' => $this->getSignType()
58+
'sign_type' => $this->getSignType()
5959
];
6060
$data['sign'] = $this->sign($data, $this->getSignType());
6161

0 commit comments

Comments
 (0)