Merge pull request 'temp/gokul-offer-fixed' (#40) from temp/gokul-offer-fixed into main

Reviewed-on: Pozomind/pozo-retail-app#40
This commit is contained in:
karthikalakshmi 2026-01-30 12:22:57 +05:30
commit b0f724d92c
1 changed files with 2 additions and 0 deletions

View File

@ -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);