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

Delete "nothing special" flash message. #144

Closed mtomov closed 9 years ago

mtomov commented 9 years ago

Customers see "nothing special" on the order confirmation page as a second flash message below the "Order processed successfully".

I think it is an unwanted effect.

JDutil commented 9 years ago

@mtomov it should actually be order_completed now instead like: https://github.com/spree/spree/blob/master/frontend/app/controllers/spree/checkout_controller.rb#L40

This was changed in 2.4 I believe: https://github.com/spree/spree/commit/e584c7bfa66e0827d3088f4ff8a51a0b09723803

mtomov commented 9 years ago

Closed in favour of #147