refactor: unified transaction url.
feat: modify admin pages.
This commit is contained in:
@@ -338,7 +338,7 @@ export default function QuickPay() {
|
||||
Quick Pay - Own Bank
|
||||
</Title>
|
||||
|
||||
<div style={{ maxHeight: "320px", overflowY: "auto" }}>
|
||||
<div style={{ maxHeight: "290px", overflowY: "auto" }}>
|
||||
<Stack gap="xs">
|
||||
<Group grow>
|
||||
<Select
|
||||
@@ -423,7 +423,7 @@ export default function QuickPay() {
|
||||
selectedAccount && Number(amount) > Number(selectedAccount.stAvailableBalance) ?
|
||||
"Amount exceeds available balance" : false}
|
||||
withAsterisk
|
||||
leftSection ="₹"
|
||||
leftSection="₹"
|
||||
readOnly={showOtpField}
|
||||
/>
|
||||
|
||||
@@ -498,6 +498,17 @@ export default function QuickPay() {
|
||||
</Button>
|
||||
</Group>
|
||||
</Stack>
|
||||
<Stack gap={1} mt="xs">
|
||||
<Text size="xs" c="green">
|
||||
• Minimum Transfer Amount on this Day is Rs. 1.00
|
||||
</Text>
|
||||
<Text size="xs" c="green">
|
||||
• Maximum Transfer Limit per Day is Rs. 500000.00
|
||||
</Text>
|
||||
<Text size="xs" c="green">
|
||||
• Available Transfer Amount on this Day is Rs. 500000.00
|
||||
</Text>
|
||||
</Stack>
|
||||
</div>
|
||||
{/* ) : (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user