@spiffcommerce/core 32.3.1-beta.3b8ccab8-d0c2-53b3-8f6e-79134c2e5bf5 → 32.3.1-beta.3d2e1d40-d250-51a3-8708-179c106f4e1e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -12372,7 +12372,7 @@ class Jo {
|
|
12372
12372
|
}
|
12373
12373
|
} catch {
|
12374
12374
|
}
|
12375
|
-
this.product = a, this.currentPriceBreak = this.priceBreakToBeApplied();
|
12375
|
+
this.product = a, this.transaction.product = a, this.currentPriceBreak = this.priceBreakToBeApplied();
|
12376
12376
|
}
|
12377
12377
|
getWorkflow() {
|
12378
12378
|
return this.workflow;
|
@@ -16140,7 +16140,7 @@ class bd {
|
|
16140
16140
|
} catch (a) {
|
16141
16141
|
throw console.error(a), new ht("Critical - Unable to synchronize workflow state with server.");
|
16142
16142
|
}
|
16143
|
-
}, this.options = t, this.options.applicationKey && qr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.3.1-beta.
|
16143
|
+
}, this.options = t, this.options.applicationKey && qr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 32.3.1-beta.3b8ccab8-d0c2-53b3-8f6e-79134c2e5bf5"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
16144
16144
|
}
|
16145
16145
|
configure(t) {
|
16146
16146
|
gt.setHubUrl(t.hubUrl), gt.setServerUrl(t.serverUrl), gt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, this.userPoolClientId = t.userPoolClientId, this.userPoolRegion = t.userPoolRegion, this.spiffRegion = t.spiffRegion, t.bearerAuthenticationToken && jr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration(), this.spiffRegion && this.userPoolRegion && this.userPoolClientId && Lt.init(this.spiffRegion, this.userPoolRegion, this.userPoolClientId);
|