mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 13:49:40 +00:00
fix: fix card embossing info endpoint
This commit is contained in:
@ -246,7 +246,7 @@ export class NeoLeapService {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return this.sendRequestToNeoLeap<typeof payload, CardEmbossingDetailsResponseDto>(
|
return this.sendRequestToNeoLeap<typeof payload, CardEmbossingDetailsResponseDto>(
|
||||||
'cardembossing/CardEmbossingDetails',
|
'issuance/GetEmbossingInformation',
|
||||||
payload,
|
payload,
|
||||||
responseKey,
|
responseKey,
|
||||||
CardEmbossingDetailsResponseDto,
|
CardEmbossingDetailsResponseDto,
|
||||||
|
Reference in New Issue
Block a user