wip : changes in quick pay

This commit is contained in:
2025-07-22 13:06:02 +05:30
parent e621f10824
commit 532bdfb97a
2 changed files with 20 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ interface accountData {
custname: string;
}
export const MockBeneficiaryData =
export const MockBeneficiaryData =
[
{
'stBankName': 'Kangra Central Co-operative Bank',
@@ -26,6 +26,11 @@ interface accountData {
'stBenAccountNo': '50077742351',
'stBenName': 'RAJAT MAHARANA',
},
{
'stBankName': 'Kangra Central Co-operative Bank',
'stBenAccountNo': '20002076570',
'stBenName': 'Mr. PUSHKAR . SHARMA',
},
{
'stBankName': 'State Bank of India',
'stBenAccountNo': '50077742361',
@@ -406,7 +411,7 @@ export default function SendToBeneficiaryOwn() {
</div>
) : (
<div>
<SendToBeneficiaryOthers/>
<SendToBeneficiaryOthers />
</div>
)}
</Paper>