@bigz-app/booking-widget 0.3.4 → 0.3.5

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.
@@ -10522,7 +10522,7 @@
10522
10522
  config.googleAds?.conversionId &&
10523
10523
  config.googleAds?.consent !== false) {
10524
10524
  // Prepare conversion tracking data
10525
- const conversionValue = data.order.total;
10525
+ const conversionValue = data.order.total / 100;
10526
10526
  const transactionId = data.order.id;
10527
10527
  // Track the conversion
10528
10528
  handleGoogleAdsConversion({