priceoveride
This commit is contained in:
parent
f19111d431
commit
1b58b46002
|
|
@ -324,7 +324,7 @@ const BSBillingTable3Pay = () => {
|
|||
const ProdSubCat = useSelector(GlobalProductSubCategorie);
|
||||
const BSLayoutData = useSelector(getTemplateData);
|
||||
const Combodata = useSelector(GlobalCombocarddata, shallowEqual);
|
||||
console.log(PaymentOptions, "PaymentOptions")
|
||||
|
||||
const Custdisable = useSelector(GlobalSelectedCustDisable);
|
||||
const SettingDataSelector = useSelector(PreferenceData);
|
||||
|
||||
|
|
@ -394,6 +394,7 @@ const BSBillingTable3Pay = () => {
|
|||
);
|
||||
|
||||
console.log(OrderCardDetail, 'OrderCardDetail');
|
||||
//Total calculation
|
||||
const TotalItems = OrderCardDetail?.length;
|
||||
const [formattedDate, setFormattedDate] = useState('');
|
||||
const [UpiOptionOpen, setUpiOptionOpen] = useState(false);
|
||||
|
|
@ -436,7 +437,6 @@ const BSBillingTable3Pay = () => {
|
|||
const [PaymentgatewayUPI, setPaymentgatewayUPI] = useState([]);
|
||||
const [PaymentDeviceUPI, setPaymentDeviceUPI] = useState([]);
|
||||
const [UpiPayOption, setUpiPayOption] = useState([]);
|
||||
console.log(UpiPayOption, "UpiPayOption")
|
||||
const [BusinessPayOption, setBusinessPayoption] = useState([]);
|
||||
const [CardPayOption, setCardPayOption] = useState([]);
|
||||
const [Splitpayment, setSplitpayment] = useState(false);
|
||||
|
|
@ -483,7 +483,6 @@ const BSBillingTable3Pay = () => {
|
|||
|
||||
const [OrderStatus, setOrderStatus] = useState(true);
|
||||
const GlobaluseOptions = useSelector(GlobalCommonPaymentOptions);
|
||||
console.log(GlobaluseOptions, "GlobaluseOptions")
|
||||
const [useOptions, setuseOptions] = useState([]);
|
||||
const paymentloader = useSelector(GlobalPayementloader);
|
||||
const [UnpaidConfirmation, setUnpaidConfirmation] = useState(false);
|
||||
|
|
@ -1633,7 +1632,6 @@ const BSBillingTable3Pay = () => {
|
|||
//dhana
|
||||
|
||||
const getPaymentOptionFeature = async () => {
|
||||
|
||||
const FiltersalesPayment = GlobaluseOptions?.filter(
|
||||
(item) => item.FlowName?.toLowerCase() === 'sales'
|
||||
);
|
||||
|
|
@ -2210,7 +2208,6 @@ const BSBillingTable3Pay = () => {
|
|||
};
|
||||
|
||||
const Booking = async (value, pay) => {
|
||||
|
||||
const TakAwayId = ConfigDataList?.find(
|
||||
(a) => a?.ConfigName === 'TakeAway'
|
||||
)?.ConfigId;
|
||||
|
|
|
|||
Loading…
Reference in New Issue