Skip to content

Commit

Permalink
chore: fix php7.4 compability
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Feb 11, 2025
1 parent 4b033b7 commit 1a7a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Requests/ReleasePaymentAuthorizationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ReleasePaymentAuthorizationRequest extends Request
private string $paymentId;

public function __construct(
string $paymentId,
string $paymentId
) {
$this->paymentId = $paymentId;
}
Expand Down

0 comments on commit 1a7a381

Please sign in to comment.