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 {
|
||||
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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue