@ticketboothapp/booking 1.2.79 → 1.2.80
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/package.json
CHANGED
|
@@ -3709,11 +3709,10 @@ export function AdminChangeBookingFlow({
|
|
|
3709
3709
|
returnAvailabilityId: selectedReturnOption?.returnAvailabilityId ?? null,
|
|
3710
3710
|
quantities,
|
|
3711
3711
|
addOnSelections,
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
feReceiptLineItems: adminFeAuthoritativeReceipt.lineItems,
|
|
3712
|
+
adminCustomReceiptLines,
|
|
3713
|
+
editableCheckoutPriceSummaryLines,
|
|
3714
|
+
editableSummaryLineAmountInputs,
|
|
3715
|
+
editableSummaryLineLabelInputs,
|
|
3717
3716
|
useAdminFeAuthoritativeQuote,
|
|
3718
3717
|
}), [
|
|
3719
3718
|
initialValues?.bookingReference,
|
|
@@ -3726,11 +3725,10 @@ export function AdminChangeBookingFlow({
|
|
|
3726
3725
|
selectedReturnOption?.returnAvailabilityId,
|
|
3727
3726
|
quantities,
|
|
3728
3727
|
addOnSelections,
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
adminFeAuthoritativeReceipt.lineItems,
|
|
3728
|
+
adminCustomReceiptLines,
|
|
3729
|
+
editableCheckoutPriceSummaryLines,
|
|
3730
|
+
editableSummaryLineAmountInputs,
|
|
3731
|
+
editableSummaryLineLabelInputs,
|
|
3734
3732
|
useAdminFeAuthoritativeQuote,
|
|
3735
3733
|
]);
|
|
3736
3734
|
const requiresReturnInChangeFlow = isCustomerSelfServeChange && !!initialValues?.returnAvailabilityId?.trim();
|