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:
commit
b0f724d92c
|
|
@ -149,6 +149,7 @@ import {
|
||||||
import {
|
import {
|
||||||
getAddCustomerDetails,
|
getAddCustomerDetails,
|
||||||
GlobalAddCustomerDetails,
|
GlobalAddCustomerDetails,
|
||||||
|
triggerCustomerRefresh,
|
||||||
} from '../../../../Features/BookingScreen/Customer/addCustomer';
|
} from '../../../../Features/BookingScreen/Customer/addCustomer';
|
||||||
import BSCustomerSelect from '../UtillComponents/BSSelectCustomer.jsx';
|
import BSCustomerSelect from '../UtillComponents/BSSelectCustomer.jsx';
|
||||||
import PozoHoldIcon from '../UtillComponents/Pozo retail icons/PozoHoldIcon';
|
import PozoHoldIcon from '../UtillComponents/Pozo retail icons/PozoHoldIcon';
|
||||||
|
|
@ -2309,6 +2310,7 @@ const BSC1Payment = (props) => {
|
||||||
} else {
|
} else {
|
||||||
console.log('more pg data');
|
console.log('more pg data');
|
||||||
}
|
}
|
||||||
|
dispatch(triggerCustomerRefresh());
|
||||||
} else {
|
} else {
|
||||||
setMessageType('error');
|
setMessageType('error');
|
||||||
setMessageData(response?.data?.response);
|
setMessageData(response?.data?.response);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue