From 7d309d26ea4f7ecb8faabfc4d0f616d86186caee Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Thu, 18 Jun 2020 22:35:22 -0400 Subject: [PATCH] need to return to maintain behavior before we abstracted the gateway cancel --- classes/gateways/class.pmprogateway_paypalexpress.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/gateways/class.pmprogateway_paypalexpress.php b/classes/gateways/class.pmprogateway_paypalexpress.php index 1d3d6ccb7..32bc83863 100644 --- a/classes/gateways/class.pmprogateway_paypalexpress.php +++ b/classes/gateways/class.pmprogateway_paypalexpress.php @@ -770,7 +770,7 @@ function cancel(&$order) { } // Cancel at gateway - $this->cancelSubscriptionAtGateway($order); + return $this->cancelSubscriptionAtGateway($order); } function cancelSubscriptionAtGateway(&$order) {