0.5.14 • Published 1 month ago

@spscommerce/carrier-service-configuration v0.5.14

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 month ago

Package deployment:

[SPS Commerce]

  1. Change some file in the carrier-service-configuration directory
  2. Change the version in package.json file to actual at "https://www.npmjs.com/package/@spscommerce/carrier-service-configuration?activeTab=versions"
  3. Commit all the changes
  4. Run pnpm run beachball:change

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 OrgID