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

PaymentBridge crashes when try to checkout a variant #645

Closed gerfigna closed 8 years ago

gerfigna commented 8 years ago

src/Elcodi/Bridge/PaymentSuiteBridgeBundle/Services/PaymentBridge.php at line 241 $orderLineName = $orderLine ->getPurchasable() ->getName();

Perhaps it is best to move the title attribute to the purchasable interface, is it?