Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
filipkojic committed Nov 18, 2024
1 parent b7865db commit 4e533f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AdyenPaymentShopware6.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public function install(InstallContext $installContext): void

public function activate(ActivateContext $activateContext): void
{
// test komentar
$this->installJsAssets($activateContext->getCurrentShopwareVersion());
foreach (PaymentMethods\PaymentMethods::PAYMENT_METHODS as $paymentMethod) {
$this->setPaymentMethodIsActive(true, $activateContext->getContext(), new $paymentMethod());
Expand Down

0 comments on commit 4e533f9

Please sign in to comment.