diff --git a/woo-razorpay.php b/woo-razorpay.php index df1af7fd..f085b195 100644 --- a/woo-razorpay.php +++ b/woo-razorpay.php @@ -1162,6 +1162,11 @@ private function getCheckoutArguments($order, $params) $currency = $this->getOrderCurrency($order); + if (empty($currency) === false) + { + $args['currency'] = $currency; + } + // The list of valid currencies is at https://razorpay.freshdesk.com/support/solutions/articles/11000065530-what-currencies-does-razorpay-support- $args = array_merge($args, $params);