3dron Posted July 13, 2011 Share Posted July 13, 2011 I downloaded 2.5 of the module PayPal. But I had also changed the round function myself and that fixed most transactions.This was easy enough: public function PayPalRound($value) { return (floor(round($value * 100, 2)) / 100); } But call me crazy, but try this. Put 5x $1 items in your cart and try and buy. I get the same mismatch error.Is the rounding done on each item seperately, or the total amount?Please help!!!3dron Link to comment Share on other sites More sharing options...
Recommended Posts