Skip to content

Commit

Permalink
Added Alypay fix
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Jan 11, 2024
1 parent 25a4a57 commit db5d1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/model/extension/payment/alipay.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function pageExecute($request, $httpmethod = "POST") {
$totalParams["sign"] = $this->generateSign($totalParams, $this->signtype);

if ("GET" == strtoupper($httpmethod)) {
$preString = $this->getSignContentUrlencode($totalParams);
$preString = $this->getSignContent(urlencode($totalParams));

return $this->gateway_url . "?" . $preString;
} else {
Expand Down

0 comments on commit db5d1ce

Please sign in to comment.