This commit is contained in:
paulcc 2009-07-13 13:52:46 +01:00
parent 9c953bf1ae
commit ba20413a56
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ module Spree::PaypalExpress
def paypal_checkout
# need build etc? at least to finalise the total?
gateway = paypal_gateway
order.update_totals
@order.update_totals
opts = all_opts(@order)
response = gateway.setup_authorization(opts[:money], opts)