I just realized, it works for products that have a weight in oz but those that have a weight in lbs don’t work. It does not do the conversion from lbs to oz.
The logging for express checkout. It is setting my quantity to 6. So it calculates 6*1.3 instead of 6.25*1.3
I have a similar issue. I am using woocommerce measurements, and paypal does not accept any none whole number increments (defeating the purpose of measuerments). When trying to add 6.25lbs at $1.30/lb = $8.125 paypal complains because in the log it converts 6.25 to 6. What can i do? I need the increments and prefer to be able to support paypal.