Method: Spree::Payment::GatewayOptions#billing_address
- Defined in:
- app/models/spree/payment/gateway_options.rb
#billing_address ⇒ Object
48 49 50 |
# File 'app/models/spree/payment/gateway_options.rb', line 48 def billing_address order.bill_address.try(:active_merchant_hash) end |