% id = payment_method.id %> <%= render "spree/shared/paypal_braintree_head_scripts" %> <% if current_store.braintree_configuration.paypal? %> <%= render "spree/shared/paypal_checkout_button" %> <% end %> <% if current_store.braintree_configuration.credit_card? %>
<% end %> <% if current_store.braintree_configuration.apple_pay? %> <%= render "spree/shared/apple_pay_button", id: id %> <% end %> <%= render "spree/shared/braintree_errors" %>