Skip to content

Commit

Permalink
need to return to maintain behavior before we abstracted the gateway …
Browse files Browse the repository at this point in the history
…cancel
  • Loading branch information
ideadude committed Jun 19, 2020
1 parent 1e93004 commit 7d309d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/gateways/class.pmprogateway_paypalexpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ function cancel(&$order) {
}

// Cancel at gateway
$this->cancelSubscriptionAtGateway($order);
return $this->cancelSubscriptionAtGateway($order);
}

function cancelSubscriptionAtGateway(&$order) {
Expand Down

0 comments on commit 7d309d2

Please sign in to comment.