This commit is contained in:
Kakabay 2024-03-29 14:50:52 +05:00
parent cf8baf09c5
commit 4e2c386efd
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ const AcceptStage = ({
},
});
console.log(borrowerData);
// console.log(guar);
const fetchData = async () => {
try {
@ -108,7 +108,7 @@ const AcceptStage = ({
surname: borrowerData.surname,
availableAmount: borrowerData.availableAmount,
clientType: 'recipient',
signRecipient: guaranterData.signRecipient,
signRecipient: borrowerData.signRecipient,
},
clientGuarantor: isGuranter
? {