From 76f0c52744c7454d48848742aab39b84356c901c Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Tue, 15 Nov 2022 13:56:55 +0300 Subject: [PATCH] review fix --- async-api/waas-async-api.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/async-api/waas-async-api.yaml b/async-api/waas-async-api.yaml index 8f4d9ca..b7967b2 100644 --- a/async-api/waas-async-api.yaml +++ b/async-api/waas-async-api.yaml @@ -30,9 +30,9 @@ channels: $ref: '#/components/messages/PaymentCompletedNotificationDto' name: Payment completed notification description: | - WaaS partner will receive notification when payment in Profee system get final status. - If "state" is SUCCESSFUL payment considered successful. - Otherwise, block "errors" will contain error code and human readable message, describing error reason. + WaaS partner will receive notification when payment in Profee system gets final status. + If "state" is "SUCCESSFUL" payment considered successful. + Otherwise, block "error" will contain error code and human readable message, describing error reason. components: messages: CardOperationNotificationDto: @@ -141,11 +141,11 @@ components: description: Wallet ID state: type: string - description: State of payment processing. Can be SUCCESSFUL or FAILED + description: State of payment processing. Can be "SUCCESSFUL" or "FAILED" example: SUCCESSFUL error: type: object - description: If payment FAILED contains error details + description: If payment "FAILED" contains error details properties: code: type: string