diff --git a/src/Pages/BookingScreen/Components/BSCombo/BSC1Payment.jsx b/src/Pages/BookingScreen/Components/BSCombo/BSC1Payment.jsx index a1949f1..30d3c65 100644 --- a/src/Pages/BookingScreen/Components/BSCombo/BSC1Payment.jsx +++ b/src/Pages/BookingScreen/Components/BSCombo/BSC1Payment.jsx @@ -149,6 +149,7 @@ import { import { getAddCustomerDetails, GlobalAddCustomerDetails, + triggerCustomerRefresh, } from '../../../../Features/BookingScreen/Customer/addCustomer'; import BSCustomerSelect from '../UtillComponents/BSSelectCustomer.jsx'; import PozoHoldIcon from '../UtillComponents/Pozo retail icons/PozoHoldIcon'; @@ -2309,6 +2310,7 @@ const BSC1Payment = (props) => { } else { console.log('more pg data'); } + dispatch(triggerCustomerRefresh()); } else { setMessageType('error'); setMessageData(response?.data?.response);