Implement code changes to enhance functionality and improve performance
This commit is contained in:
parent
5f35a0d35d
commit
e76b1426c1
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
|
|
@ -126,14 +126,6 @@ export async function MidsuitPayment(req: Request, res: Response) {
|
|||
senderCustomerType: "2",
|
||||
};
|
||||
}
|
||||
// if (true) {
|
||||
// return res.status(200).json({
|
||||
// requestBody,
|
||||
// bankCode,
|
||||
// bankCodeUser,
|
||||
// isSame: bankCode.code === bankCodeUser,
|
||||
// });
|
||||
// }
|
||||
|
||||
if (isRTKGS) {
|
||||
// method RTGS
|
||||
|
|
|
|||
Loading…
Reference in New Issue