From 853576ad48525343c1b10f53e5082f68a1c512cb Mon Sep 17 00:00:00 2001 From: Alexander Zinovev Date: Tue, 30 Jul 2019 12:07:19 +0200 Subject: [PATCH] Examples: Add empty line for the code snippet. --- .../PaymentsAPI/Orders/cancel_existing_authorization.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/PaymentsAPI/Orders/cancel_existing_authorization.php b/docs/examples/PaymentsAPI/Orders/cancel_existing_authorization.php index b2683b6..61922d4 100644 --- a/docs/examples/PaymentsAPI/Orders/cancel_existing_authorization.php +++ b/docs/examples/PaymentsAPI/Orders/cancel_existing_authorization.php @@ -56,4 +56,4 @@ echo 'Caught exception: ' . $e->getMessage() . "\n"; } -// /X-Example: DELETE /payments/v1/authorizations/{authorizationToken} \ No newline at end of file +// /X-Example: DELETE /payments/v1/authorizations/{authorizationToken}