From 90bf9acb56abe26354e1569e57cbb9b7a832ebeb Mon Sep 17 00:00:00 2001 From: kcppdevelopers Date: Tue, 8 Oct 2019 12:29:56 +0530 Subject: [PATCH] add hook for backward compatibility of PFWMA, PFW-496 --- .../class-wc-gateway-paypal-express-request-angelleye.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-request-angelleye.php b/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-request-angelleye.php index 66983a355..132f44ffa 100644 --- a/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-request-angelleye.php +++ b/angelleye-includes/express-checkout/class-wc-gateway-paypal-express-request-angelleye.php @@ -610,7 +610,7 @@ public function angelleye_load_paypal_class($gateway, $current, $order_id = null $this->api_password = $this->gateway->get_option('api_password'); $this->api_signature = $this->gateway->get_option('api_signature'); } - //do_action('angelleye_paypal_for_woocommerce_multi_account_api_paypal_express', $gateway, $current, $order_id); + do_action('angelleye_paypal_for_woocommerce_multi_account_api_paypal_express', $gateway, $current, $order_id); $this->credentials = array( 'Sandbox' => $this->testmode, 'APIUsername' => $this->api_username,