GitHub

DaffMagentoCountryTransformer

import { DaffMagentoCountryTransformer } from '@daffodil/geography/driver/magento'

Transforms magento carts into an object usable by daffodil.

@Injectable()
class DaffMagentoCountryTransformer {
  subdivisionTransformer: DaffMagentoSubdivisionTransformer

  transform(country: MagentoCountry): DaffCountry
}

() Methods

transform
DaffCountry

Transforms the MagentoCountry from the magento country query into a DaffCountry.

Parameters
Parametercountry: MagentoCountry
Description