I’m wondering if anyone knows what the Liquid object is for the “payment method” in an order. I want to access this on the order status page via the “additional scripts” function in the Checkout settings page, but I can’t figure out from the Liquid documentation how/if the content of this field is accessible.
My case is especially interesting, as I’ve created a manual payment method called “Finance”. So during the checkout process, the customer can choose between Credit Card, PayPal, or Finance as the payment method. If the customer selects Finance, I want to do something really special on the final order confirmation / status page, like add a link to the finance application form using HTML/CSS.
Any help would be much appreciated!