Skip to content

Commit

Permalink
Change void method url
Browse files Browse the repository at this point in the history
  • Loading branch information
asrorbekh committed Jan 13, 2024
1 parent 5a86c11 commit 1c9b7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/CloudPayments.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public function confirmPayment(string $transactionId, float $amount): object
*
* @param string $transactionId
* @return object
* @link https://developers.cloudpayments.ru/en/#payment-confirmation
* @link https://developers.cloudpayments.ru/en/#payment-cancellation
*/
public function voidPayment(string $transactionId): object
{
Expand Down

0 comments on commit 1c9b7fc

Please sign in to comment.