Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Feyisayo Akinboboye

    (@feyisayo)

    Hello there.

    No it does not at the moment. However adding it is just to change one line of code as GlobalPay supports multiple currencies.

    See line 185 of woocommerce-globalpay.php and change
    'currency' => 'NGN',
    to
    'currency' => $order->get_order_currency(),

    This will use the current order’s currency. So be sure to set your site’s currency to GBP.

    Please do this in test environment to make sure it works.

    I will add this feature in a later release (I’m tied up with a project at the moment).

    Let me know how it goes.

    Plugin Author Feyisayo Akinboboye

    (@feyisayo)

    Hello there. Any luck with this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Accept GBP £?’ is closed to new replies.