Skip to content

Commit

Permalink
Update pp_express.php
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Dec 22, 2023
1 parent 027e9f1 commit 12a7dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/extension/payment/pp_express.php
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ public function resend() {

$result = $this->model_extension_payment_pp_express->call($call_data);

if ($response_info) {
if ($result) {

$parent_transaction = $this->model_extension_payment_pp_express->getLocalTransaction($transaction['parent_id']);

Expand Down

0 comments on commit 12a7dc6

Please sign in to comment.