Call to a member function get_base_country() on null
-
I was using payment gateway (https://www.ads-software.com/plugins/search/slimcd/) and it was working fine. Later tried to install https://www.ads-software.com/plugins/woocommerce-gateway-paypal-express-checkout/ and here we are getting error called Call to a member function get_base_country() on null and this is because of code
slimcd_settings = WC()->payment_gateways->payment_gateways()['slimcd_payment'];
WC()->payment_gateways->payment_gateways()[‘payment_id’] is throwing this error.
How can we solve this issue, Any help will be appriciated
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Call to a member function get_base_country() on null’ is closed to new replies.