payment_type_img_url
Returns the URL of an SVG image for a given payment type.
Parameters
type{String}: The payment type. This parameter is required.
Usage
{{payment_type_img_url type }}
Example
{{#each shop.enabled_payment_types as |type| }}
<img src="{{ payment_type_img_url type }}" />
{{/each}}
Was this article helpful to you?