Fixed sheba inquiry

This commit is contained in:
SepehrYahyaee
2026-05-09 17:51:31 +03:30
parent fe163419c0
commit be58b7e47e
2 changed files with 1 additions and 2 deletions

View File

@@ -600,7 +600,7 @@ export class SandHubService {
async getShebaValidation(nationalId: string, shebaId: string) {
try {
const requestUrl = `${process.env.SANDHUB_BASE_URL}/sheba-tejaratno`;
const requestUrl = `${process.env.SANDHUB_BASE_URL}/sheba/sheba-tejaratno`;
const requestPayload = {
AccountOwnerType: "1",
NationalId: nationalId,