Method: Spree::Payment::GatewayOptions#customer

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

#customerObject



12
13
14
# File 'app/models/spree/payment/gateway_options.rb', line 12

def customer
  order.email
end