update swagger success channel code request
This commit is contained in:
parent
18560ca915
commit
e335c3095a
Binary file not shown.
@ -12,5 +12,5 @@ import lombok.*;
|
||||
@RegisterForReflection
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
public class Instruction {
|
||||
private String instructionPurposeType; // Request JSON: "channelOrigin" (BOL)
|
||||
private String instructionPurposeType; // Request JSON: "channelOrigin" (BOLE)
|
||||
}
|
||||
|
||||
@ -344,7 +344,7 @@ public class PaymentInstructionRequestResource {
|
||||
"data": null,
|
||||
"statusResponse": {
|
||||
"statusCode": "VDE02",
|
||||
"message": "El valor 'XYZ' no es permitido para el campo channelCode. Valores permitidos: BOL"
|
||||
"message": "El valor 'XYZ' no es permitido para el campo channelCode. Valores permitidos: BOLE"
|
||||
}
|
||||
}
|
||||
"""
|
||||
@ -636,7 +636,7 @@ public class PaymentInstructionRequestResource {
|
||||
]
|
||||
},
|
||||
"procedureRequest": {
|
||||
"instructionPurposeType": "BOL"
|
||||
"instructionPurposeType": "BOLE"
|
||||
},
|
||||
"device": {
|
||||
"deviceType": "Mobile",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user