@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.
- package/dist/booking-widget.js +1 -1
- package/dist/booking-widget.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -10437,7 +10437,7 @@ const BookingSuccessModal = ({ isOpen, onClose, config, onError, paymentIntentId
|
|
|
10437
10437
|
config.googleAds?.conversionId &&
|
|
10438
10438
|
config.googleAds?.consent !== false) {
|
|
10439
10439
|
// Prepare conversion tracking data
|
|
10440
|
-
const conversionValue = data.order.total;
|
|
10440
|
+
const conversionValue = data.order.total / 100;
|
|
10441
10441
|
const transactionId = data.order.id;
|
|
10442
10442
|
// Track the conversion
|
|
10443
10443
|
handleGoogleAdsConversion({
|