Skip to content

Commit

Permalink
Declaration Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayvazyan10 committed May 15, 2023
1 parent b4b5f1c commit 11484bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmeriaInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function pay(int|float $amount, int $orderId, array $options = []): void;

public function refund(int|string $paymentId, int|float $refundAmount): array;

public function makeBindingPayment(int|float $amount, int $orderId, array $options = []): array;
public function makeBindingPayment(int|float $amount, int $orderId, array $options = []): void;

public function getBindings(): array;
}

0 comments on commit 11484bb

Please sign in to comment.