@spscommerce/carrier-service-configuration
v0.5.16
Published
SPS Carrier Service Configuration React components
Readme
Package deployment:
[]
- Change some file in the
carrier-service-configurationdirectory - Change the version in package.json file to actual at "https://www.npmjs.com/package/@spscommerce/carrier-service-configuration?activeTab=versions"
- Commit all the changes
- Run
pnpm run beachball:change
Use component:
ConnectionsFulfillment
import { ConnectionsFulfillment } from @spscommerce/carrier-service-configuration
Props:
interface ConnectionsFulfillmentProps {
env: string;
createGrowler: (config: GrowlerConfig) => void;
identityOrgId: string;
}envmust betestorprodcreateGrowlerfunction from"@spscommerce/ds-react"identityOrgIdcustomer Org ID
