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 49ee36b + e6924f9 commit 1bac247Copy full SHA for 1bac247
src/Requests/LegacyQueryRequest.php
@@ -54,7 +54,8 @@ public function getData()
54
'partner' => $this->getPartner(),
55
'trade_no' => $this->getTradeNo(),
56
'out_trade_no' => $this->getOutTradeNo(),
57
- '_input_charset' => $this->getInputCharset()
+ '_input_charset' => $this->getInputCharset(),
58
+ 'sign_type' => $this->getSignType()
59
];
60
$data['sign'] = $this->sign($data, $this->getSignType());
61
0 commit comments