@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.cjs
CHANGED
|
@@ -10457,7 +10457,7 @@ const BookingSuccessModal = ({ isOpen, onClose, config, onError, paymentIntentId
|
|
|
10457
10457
|
config.googleAds?.conversionId &&
|
|
10458
10458
|
config.googleAds?.consent !== false) {
|
|
10459
10459
|
// Prepare conversion tracking data
|
|
10460
|
-
const conversionValue = data.order.total;
|
|
10460
|
+
const conversionValue = data.order.total / 100;
|
|
10461
10461
|
const transactionId = data.order.id;
|
|
10462
10462
|
// Track the conversion
|
|
10463
10463
|
handleGoogleAdsConversion({
|