@spscommerce/carrier-service-configuration
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @spscommerce/carrier-service-configuration

Weekly Downloads

134

Version

0.4.4

License

UNLICENSED

Unpacked Size

4.37 MB

Total Files

57

Last publish

Collaborators

  • spsc_pria