Method: Spree::Payment::GatewayOptions#shipping_address

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

#shipping_addressObject



52
53
54
# File 'app/models/spree/payment/gateway_options.rb', line 52

def shipping_address
  order.ship_address.try(:active_merchant_hash)
end