GitHub

daffMagentoCustomerOrderTransformOrder

Transforms the MagentoCustomerOrder from the magento order query into a DaffOrder.

import { daffMagentoCustomerOrderTransformOrder } from '@daffodil/customer-order/driver/magento/2-4-5'
function daffMagentoCustomerOrderTransformOrder(
  order: MagentoCustomerOrder
  email: string
): DaffOrder