{% sw_extends {
template: '@Storefront/storefront/layout/meta.html.twig',
scopes: ['default', 'subscription', 'mixed-subscription']
} %}
{% block layout_head_javascript_router %}
{{ parent() }}
{# Initialize ShopwarePayments global object with error translations #}
{% endblock %}
{% block layout_head_meta_tags %}
{{ parent() }}
{% block shopware_payments_meta_tags %}
{% if page.extensions.spApp.enabled %}
{% if page.extensions.spApp.cdnAppUrl %}
{% endif %}
{% block shopware_payments_meta_tags_payment %}
{# PayPal Core SDK v6 - Production only #}
{# Apple Pay SDK - Production only, conditionally load for Apple Pay payment method #}
{% if context.paymentMethod.handlerIdentifier == 'app\\ShopwarePayments_applepay' %}
{% endif %}
{# Google Pay SDK - Production only, conditionally load for Google Pay payment method #}
{% if context.paymentMethod.handlerIdentifier == 'app\\ShopwarePayments_googlepay' %}
{% endif %}
{% endblock %}
{% endif %}
{% endblock %}
{% endblock %}