0.4.3 • Published 2 months ago

@spscommerce/carrier-service-configuration v0.4.3

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 months ago

Deployment package:

[SPS Commerce]

  1. Change some file in the carrier-service-configuration directory
  2. Run pnpm run beachball:change
  3. Commit all the changes

Use component:

  1. import { ConnectionsFulfilment } from @spscommerce/carrier-service-configuration

Props:

interface ConnectionsFulfilmentProps {
    env: string;
    createGrowler: (config: GrowlerConfig) => void;
    identityOrgId: string;
}
  1. env must be test or prod
  2. createGrowler function from "@spscommerce/ds-react"
  3. identityOrgId customer Org ID