BreadPayments.setup(config: UnifiedSetupConfig): void;
const config: UnifiedSetupConfig = {
loyaltyID: “xxxxxx”, //optional
storeNumber: “1234567”,
cardEnv: 'STAGE', // STAGE | PROD
};
BreadPayments.setup(config);
UnifiedSetupConfig
Updated almost 2 years ago