Thanks for the quickly response…
I wrote to Payment gateway and they answered me.
they ask me to change
'currency' => get_option('woocommerce_currency'),
for
'currency' => get_woocommerce_currency(),
What is the correct way?
Yours –> 'currency' => $order->get_currency(),
or them –> 'currency' => get_woocommerce_currency(),
I suppose yours… right? I use Woocommerce 3.0.6
Thanks in advance…
-
This reply was modified 7 years, 10 months ago by jemunozp.
-
This reply was modified 7 years, 10 months ago by jemunozp.