% address = current_order.ship_address %> <% id = payment_method.id %> <% content_for :head do %> <% if current_store.braintree_configuration.paypal? %> <% end %> <% if current_store.braintree_configuration.credit_card? %> <% end %> <% if current_store.braintree_configuration.apple_pay? %> <% end %> <%= javascript_include_tag "solidus_paypal_braintree/checkout" %> <% end %> <% if current_store.braintree_configuration.paypal? %> <% end %> <% if current_store.braintree_configuration.credit_card? %>
<% end %> <% if current_store.braintree_configuration.apple_pay? %> <% end %>