Skip to content

Commit

Permalink
Update WepayController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chenxi-Chris authored Dec 25, 2022
1 parent 31d9888 commit 640d1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Pay/WepayController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function notifyUrl()
return 'error';
}
if($payGateway->pay_handleroute != '/pay/wepay'){
return 'fail';
return 'error';
}
$config = [
'app_id' => $payGateway->merchant_id,
Expand Down

0 comments on commit 640d1fc

Please sign in to comment.