elcodi / bamboo

Meet Bamboo, an e-commerce project built on top of Elcodi and Symfony. Give us a star to support our project :)
http://bamboo.elcodi.com
MIT License
198 stars 44 forks source link

Fixtures currency error #668

Open gerfigna opened 8 years ago

gerfigna commented 8 years ago

The Custom Shipping method prices are configured in EUR. Product prices are in USD

When you try to pay with PaypalWebCheckout // Elcodi\Bridge\PaymentSuiteBridgeBundle\Services\PaymentBridge.php // Line 287 $this->order->getShippingAmount()->isGreaterThan(Money::create(0, $currency)

throws an CurrencyMismatchException

mmoreram commented 8 years ago

@gerfigna Good catch!