I’m trying to retrieve the selected payment method for an order in the Wix Velo backend. However, using await orders.getOrder(id)
(imported via import { orders } from "wix-pricing-plans-backend";
) does not return any payment method information.
Is there another method or a possible workaround to access this information?