SetupSuggest EditsDefinition TypeScriptBreadPayments.setup(config: UnifiedSetupConfig): void; Examples TypeScriptconst config: UnifiedSetupConfig = { loyaltyID: “xxxxxx”, //optional storeNumber: “1234567”, cardEnv: 'STAGE', // STAGE | PROD }; BreadPayments.setup(config); Related UnifiedSetupConfigUpdated over 1 year ago Table of Contents Definition Examples Related