spree-contrib / better_spree_paypal_express

A better Spree PayPal Express Extension.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
110 stars 269 forks source link

3-0-stable refund view is no longer working due to current_symbol_position is no longer an preference option in spree #170

Closed simontseng closed 9 years ago

simontseng commented 9 years ago

I found 3-0-stable refund view is no longer working due to current_symbol_position is no longer an preference option in spree.

I removed the if statement around it so that it is display just as if it is with option "before" for the current_symbol_position.

Quick investigation, looks like spree is move the options into spree_i18n which is an addon that is not installed by default.

I don't mind to submit a PR but need some pointers showing what's the best way to do it.

mleglise commented 9 years ago

+1

giupea commented 9 years ago

+1

simontseng commented 9 years ago

just tried to submit an PR

174

alepore commented 9 years ago

174 merged