fix : sep gateway
This commit is contained in:
@@ -23,7 +23,7 @@ export class VerifyOnlinePaymentDTO {
|
|||||||
@Expose()
|
@Expose()
|
||||||
@IsString()
|
@IsString()
|
||||||
@ApiProperty({ type: "string", description: "Retrieval Reference Number", example: "123456789012" })
|
@ApiProperty({ type: "string", description: "Retrieval Reference Number", example: "123456789012" })
|
||||||
RRN: string;
|
Rrn: string;
|
||||||
|
|
||||||
@Expose()
|
@Expose()
|
||||||
@IsNotEmpty()
|
@IsNotEmpty()
|
||||||
@@ -65,4 +65,14 @@ export class VerifyOnlinePaymentDTO {
|
|||||||
@IsString()
|
@IsString()
|
||||||
@ApiProperty({ type: "string", description: "Hashed card number", example: "hashed_value" })
|
@ApiProperty({ type: "string", description: "Hashed card number", example: "hashed_value" })
|
||||||
HashedCardNumber: string;
|
HashedCardNumber: string;
|
||||||
|
|
||||||
|
@Expose()
|
||||||
|
@IsString()
|
||||||
|
@ApiProperty({ type: "string", description: "Affective amount", example: "3000" })
|
||||||
|
AffectiveAmount: string;
|
||||||
|
|
||||||
|
@Expose()
|
||||||
|
@IsString()
|
||||||
|
@ApiProperty({ type: "string", description: "Token", example: "24ed56e6fcb1464780e40a71357935e0" })
|
||||||
|
Token: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user