Skip to content

Commit

Permalink
[ECP-9277-v3] Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed Jul 16, 2024
1 parent 01e8e9a commit d5e1dcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AdyenPaymentShopware6.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ public function update(UpdateContext $updateContext): void
if (\version_compare($currentVersion, '3.16.0', '<')) {
$this->updateTo3160($updateContext);
}

}

private function addPaymentMethod(PaymentMethods\PaymentMethodInterface $paymentMethod, Context $context): void
Expand Down

0 comments on commit d5e1dcc

Please sign in to comment.