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
}
DaffCountry
Transforms the MagentoCountry from the magento country query into a DaffCountry.
Parameter | country: MagentoCountry |
---|---|
Description |