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.
1 parent 49ee36b commit a6b6fc2Copy full SHA for a6b6fc2
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