From 217c9d2adc2eb1d42fb6e1e9fe029409e8354fb0 Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Tue, 28 Jan 2020 14:10:10 +0100 Subject: [PATCH] Fix incorrect comment. --- includes/gateways/paypal/class-wc-gateway-paypal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/gateways/paypal/class-wc-gateway-paypal.php b/includes/gateways/paypal/class-wc-gateway-paypal.php index 9168880696e..d14ce57a868 100644 --- a/includes/gateways/paypal/class-wc-gateway-paypal.php +++ b/includes/gateways/paypal/class-wc-gateway-paypal.php @@ -253,7 +253,7 @@ class WC_Gateway_Paypal extends WC_Payment_Gateway { } /** - * Check if this gateway is enabled and available in the user's country. + * Check if this gateway is available in the user's country based on currency. * * @return bool */