Is there a way to map the card type as payment method on Celigo (Shopify integration app)?
j
James Roth
04/29/2024, 10:43 PM
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}}
James Roth
04/29/2024, 10:44 PM
You may want to reach out to support if you require additional help. Thanks!
l
Luis
04/30/2024, 5:45 PM
Thank you. The problem is that the credit card company field is only available in the payload when the CC used is Discover.