Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashish committed Nov 24, 2023
1 parent 26eb808 commit 7be4995
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gateway/Request/PaymentDataBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ class PaymentDataBuilder implements BuilderInterface
public function __construct(
Cc $ccConfig,
OmiseMoney $money,
Capabilities $capabilities,
)
{
Capabilities $capabilities
) {
$this->money = $money;
$this->ccConfig = $ccConfig;
$this->capabilities = $capabilities;
Expand Down

0 comments on commit 7be4995

Please sign in to comment.