Skip to content

Commit

Permalink
Fix cancelCharge signature
Browse files Browse the repository at this point in the history
  • Loading branch information
zaporylie committed Jul 31, 2024
1 parent 4a492f3 commit ac4c7ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resource/RecurringPayment/v3/CancelCharge.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class CancelCharge extends RecurringPaymentResourceBase
public function __construct(
ClientInterface $client,
string $agreement_id,
string $idempotency_key,
string $charge_id
string $charge_id,
string $idempotency_key
) {
$this->id = $agreement_id;
$this->charge_id = $charge_id;
Expand Down

0 comments on commit ac4c7ec

Please sign in to comment.