Skip to content

Instantly share code, notes, and snippets.

@baorv
Created May 5, 2020 02:25
Show Gist options
  • Save baorv/34bcfd92adcac969362870dd1d619990 to your computer and use it in GitHub Desktop.
Save baorv/34bcfd92adcac969362870dd1d619990 to your computer and use it in GitHub Desktop.
{% if order.payment_gateway_names.size > 0 %}
{% if order.payment_gateway_names.0 == 'shopify_payments' %}
<strong>Credit card</strong>
{% endif %}
{% endif %}
{% if order.payment_details %}
{{ order.payment_details.credit_card_number }}
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment