Merge pull request #3 from jumph4x/e9e73ebc6e161e57d9e4e500b5fe86a541da460f

Updated: Remove forced layout specification
This commit is contained in:
Brian Quinn 2011-08-08 06:11:39 -07:00
commit 691d8795ab
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ CheckoutController.class_eval do
@order.save
if payment_method.preferred_review
render 'shared/paypal_express_confirm', :layout => 'spree_application'
render 'shared/paypal_express_confirm'
else
paypal_finish
end