razorpay / razorpay-woocommerce

Razorpay Payment Extension for Woocommerce
https://wordpress.org/plugins/woo-razorpay/
GNU General Public License v2.0
40 stars 30 forks source link

fix: converting weight to grams based on wooc weight metric #541

Closed Anantha-Perumal closed 5 months ago

Anantha-Perumal commented 5 months ago

PR Description

Issue

COD & Shipping fee evaluation are done in a wrong way for woocommerce Merchant who are all having their weight metrics other than kg

Root Cause

Weight is directly converted to grams with the assumption that it is always in KG.

Fix

Fetched the store's weight metric configuration and converting the weight to grams based on the metric.