Question:
In the former function https://dev.wix.com/docs/velo/api-reference/wix-stores-backend/events/on-order-paid I could retrieve the paymentmethod which I need to show on my invoices.
Now this is not available with the new onOrderPaymentStatusUpdated( ) function.
Is there any other way how I could retrieve the paymentmenthod used by the customers?
Product:
Wix Stores
https://dev.wix.com/docs/velo/api-reference/wix-ecom-backend/events/on-order-transactions-updated
What are you trying to achieve:
I want to extract the actual payment method used by customers
What have you already tried:
Checked the documentation and read the full the log of the event including testing in real scenarios
Additional information:
I need this information for my external invoicing tool.