spree_paypal_express/app/views/spree/checkout/payment/_paypalexpress.html.erb

4 lines
251 B
Plaintext
Raw Normal View History

2012-07-20 10:23:01 +00:00
<a id="ppx" href="<%= paypal_payment_order_checkout_url @order, :payment_method_id => payment_method %>" style="text-align: center;">
2011-11-17 15:53:07 +00:00
<img src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" align="left" style="margin-right:7px;"/>
</a>