Method: Spree::Payment::GatewayOptions#subtotal

Defined in:
app/models/spree/payment/gateway_options.rb

#subtotalObject



36
37
38
# File 'app/models/spree/payment/gateway_options.rb', line 36

def subtotal
  order.item_total * exchange_multiplier
end