Skip to content

Commit 7aa1481

Browse files
committed
Code format
1 parent 3f92f27 commit 7aa1481

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Adyen/Service/PaymentsApp/PaymentsAppApi.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,12 @@ public function listPaymentsAppForStore(string $merchantId, string $storeId, ?ar
109109
* @param string $merchantId
110110
* @param string $installationId
111111
* @param array|null $requestOptions
112-
112+
113113
* @throws AdyenException
114114
*/
115115
public function revokePaymentsApp(string $merchantId, string $installationId, ?array $requestOptions = null)
116116
{
117117
$endpoint = $this->baseURL . str_replace(['{merchantId}', '{installationId}'], [$merchantId, $installationId], "/merchants/{merchantId}/paymentsApps/{installationId}/revoke");
118118
$this->requestHttp($endpoint, strtolower('POST'), null, $requestOptions);
119-
120119
}
121120
}

0 commit comments

Comments
 (0)