Hi,
I'm using coffee module from inovate, I'm wondering if could I have the payment name instead of the module name at the orders, because as we are using today, Im deprived of identifying what kind of payment was used on the order.
following the api response for /orders/
<payment>
<![CDATA[Cash on delivery]]> <<--- here I wanted to change to payment _name. (cash, credit card, debit card, etc)
</payment>
thank you