GitHub

DaffCartPaymentMethodIdMap

An injection token for a mapping from the platform-specific cart payment method to a user-defined platform-agnostic payment ID. It should be an object whose keys are the cart payment's method and whose values are strings. Defaults to an empty object.

import { DaffCartPaymentMethodIdMap } from '@daffodil/cart'
const DaffCartPaymentMethodIdMap: undefined