\r\n
Enter Your Details
\r\n \r\n {\r\n productExist && (serviceBiller === 'dstv' || serviceBiller === 'gotv' || serviceBiller === 'startimes') && (\r\n <>\r\n
\r\n setbillerCode(e.target.value)}\r\n label=\"Smartcard No\"\r\n autocomplete=\"none\"\r\n helperText={ \r\n (billerCodeErr && billerCodeErrMsg) || (billerCodeValid && billerCodeValidMsg)\r\n }\r\n color={ (billerCodeErr && 'secondary') || (billerCodeValid && 'success')}\r\n error ={billerCodeErr}\r\n success= {billerCodeValid}\r\n InputProps={{\r\n endAdornment: loading2 && ,\r\n }}\r\n />\r\n {/* */}\r\n \r\n {validCustomerTvData && (\r\n <>\r\n
\r\n
Current Bouquet & Renewal Amount
\r\n
{tvPlan} = NGN{tvPlanAmount}
\r\n
\r\n
\r\n {/* {' '} */}\r\n {isTvPlanRenew ? \r\n \r\n :\r\n }\r\n
\r\n >\r\n )} \r\n >\r\n )\r\n }\r\n \r\n {\r\n (variety && !isTvPlanRenew) && (\r\n <>\r\n
\r\n Products\r\n \r\n \r\n >\r\n ) \r\n \r\n\r\n }\r\n \r\n {\r\n (productExist && (serviceBiller !== 'dstv' && serviceBiller !== 'gotv' && serviceBiller !== 'startimes')) && (\r\n <>\r\n
\r\n setbillerCode(e.target.value)}\r\n label=\"Recipent\"\r\n autocomplete=\"none\"\r\n helperText={ \r\n (billerCodeErr && billerCodeErrMsg) || (billerCodeValid && billerCodeValidMsg)\r\n }\r\n color={ (billerCodeErr && 'secondary') || (billerCodeValid && 'success')}\r\n error ={billerCodeErr}\r\n success= {billerCodeValid}\r\n InputProps={{\r\n endAdornment: loading2 && ,\r\n }}\r\n />\r\n {/* */}\r\n \r\n >\r\n )\r\n }\r\n
\r\n ₦,\r\n inputComponent: NumberFormatCustom,\r\n inputProps: { min: selectedBiller.minimium_amount, max: selectedBiller.maximum_amount }\r\n }}\r\n label=\"Amount\"\r\n value={amount_}\r\n onChange={e => setamount(e.target.value)}\r\n // placeholder={`Minimum Amount is ${selectedBiller.minimium_amount}`}\r\n autocomplete=\"none\"\r\n // color={ (amountErr && 'secondary') || (amountSuccess && 'success')}\r\n error={\r\n selectedVariety[0]?.fixedPrice === \"Yes\" ?\r\n false :\r\n amount_ < parseInt(selectedBiller.minimium_amount) || amount_ > parseInt(selectedBiller.maximum_amount )\r\n }\r\n helperText={ \r\n selectedVariety[0]?.fixedPrice === \"Yes\" ?\r\n '': \r\n (amount_ < parseInt(selectedBiller.minimium_amount) && `Minimum Amount is ₦${selectedBiller.minimium_amount}`) || (amount_ > parseInt(selectedBiller.maximum_amount) && `Maximun Amount is ${selectedBiller.minimium_amount}`)\r\n }\r\n // disabled={fixed}\r\n />\r\n \r\n {\r\n params.biller === 'airtime' || params.biller === 'data' ? (\r\n <>>\r\n ):(\r\n <>\r\n
\r\n \r\n
Enter your contact information
\r\n
Your receipt would be sent to you via your contact details
\r\n
\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n {/* {params.biller === 'electricity-bill' && ( */}\r\n \r\n \r\n \r\n {/* ) */}\r\n {/* } */}\r\n \r\n >\r\n )\r\n }\r\n
\r\n {\r\n proceed && (\r\n <>\r\n
\r\n \r\n
Total price
\r\n
\r\n
NGN {amount_}
\r\n {/* {selectedBiller.currency} {amount_}
*/}\r\n \r\n
\r\n
\r\n >\r\n )\r\n }\r\n \r\n