Closed NARKOZ closed 6 years ago
Hi @NARKOZ, could you please do me a favour and attempt to use the better_spree_paypal_express extension which I mention here? https://groups.google.com/forum/#!topic/spree-user/zXSL3Y1GAUw. My extension should be a replacement for spree's spree_paypal_express extension, but I need some beta testers to give it a run through. If you could do that, then that'd be mighty helpful.
Thanks!
When order completed the following error raises:
It seems related to deface https://github.com/spree/spree_paypal_express/blob/master/app/overrides/spree/shared/_order_details/add_paypal_details.html.erb.deface because when I remove
<div class="payment-info">
fromapp/views/spree/shared/_order_details.html.erb
the error goes. There is no error when I copy-paste contents ofadd_paypal_details.html.erb
to_order_details.html.erb
.