Skip to content

Commit 1bac247

Browse files
authored
Merge pull request #131 from laraveler/patch-1
2 parents 49ee36b + e6924f9 commit 1bac247

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Requests/LegacyQueryRequest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ 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(),
58+
'sign_type' => $this->getSignType()
5859
];
5960
$data['sign'] = $this->sign($data, $this->getSignType());
6061

0 commit comments

Comments
 (0)