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

Add flash[:order_completed] to confirm action #130

Closed tomcartwrightuk closed 9 years ago

tomcartwrightuk commented 9 years ago

Spree has this flash message https://github.com/spree/spree/blob/master/frontend/app/controllers/spree/checkout_controller.rb#L40 so I have added it to keep flashes consistent.

alepore commented 9 years ago

this is fixed from another PR, thanks

victorhazbun commented 4 years ago

Why in earth would you assign a boolean to a flash message?