@cshah18/sdk 2.0.0 → 3.0.0
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/cobuy-sdk.esm.js
CHANGED
|
@@ -2584,6 +2584,7 @@ class WidgetRoot {
|
|
|
2584
2584
|
this.GROUP_REFRESH_DEBOUNCE = 1000; // 1 second min between refreshes
|
|
2585
2585
|
/** Handle backend fulfillment notifications */
|
|
2586
2586
|
this.handleGroupFulfilledEvent = (event) => {
|
|
2587
|
+
console.log("CHIRAG");
|
|
2587
2588
|
const detail = event.detail;
|
|
2588
2589
|
if (!detail || !detail.productId) {
|
|
2589
2590
|
return;
|