Is there a way to map the card type as payment met...
# general
l
Is there a way to map the card type as payment method on Celigo (Shopify integration app)?
j
Luis, you should be able to accomplish this with a Handlebar Expression. It would look something like this: {{#compare gateway "==" "shopify_payments"}}{{payment_details.credit_card_company}}{{else}}{{gateway}}{{/compare}}
You may want to reach out to support if you require additional help. Thanks!
l
Thank you. The problem is that the credit card company field is only available in the payload when the CC used is Discover.