Sha256: 8d59546ff34cb2df4770b3a5b57adc93a86b5c20ea17fa712d8704eb414aafdd

Contents?: true

Size: 612 Bytes

Versions: 15

Compression:

Stored size: 612 Bytes

Contents

<% bill_address ||= @order.bill_address %>
<%- if @order.has_checkout_step?('address') -%>
  <script>
    window.addEventListener('DOMContentLoaded', function() {
      Spree.stripeAdditionalInfo = {
        name: "<%= bill_address.full_name %>",
        address_line1: "<%= bill_address.address1 %>",
        address_line2: "<%= bill_address.address2 %>",
        address_city: "<%= bill_address.city %>",
        address_state: "<%= bill_address.state_text %>",
        address_zip: "<%= bill_address.zipcode %>",
        address_country: "<%= bill_address.country %>"
      };
    });
  </script>
<%- end -%>

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
spree_gateway-3.11.0 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.10.0 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
archetype_spree_gateway-3.9.5.1 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
archetype_spree_gateway-3.9.5 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.9.4 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.9.3 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.9.2 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.9.0 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.8.0 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.7.5 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.7.4 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.7.3 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.7.2 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.7.1 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb
spree_gateway-3.7.0 lib/views/frontend/spree/checkout/payment/_stripe_additional_info.html.erb