Hi,
I am trying to figure out whether a manual payment method is selected for an order eg. cash on delivery.
Currently, I am using the paymentGatewayNames of the Order object (https://shopify.dev/docs/api/admin-graphql/2023-10/objects/Order#field-order-paymentgatewaynames)) to determine this.
But the problem is I do not know the possible values for the manual payment method for paymentGatewayNames field.
Can you please either provide a list of manual payment methods that can be part of the paymentGatewayNames or provide another way to find out whether the order is paid using a manual payment method?
Thank you.