Skip to content

Commit

Permalink
Merge pull request #216 from Invertus/SL-262/ps16-css-images
Browse files Browse the repository at this point in the history
SL-262 PS1.6 css images sizes
  • Loading branch information
MarijusCoding authored Oct 25, 2024
2 parents 4c716a8 + a5fc3a4 commit 5d877e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Presentation/Loader/PaymentFormAssetLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ private function registerDefaultCheckoutAssets($controller)
$this->module->getPathUri() . 'views/js/front/hosted-templates/hosted_fields_16.js',
false
);
$controller->addCSS("{$this->module->getPathUri()}views/css/front/saferpay_checkout_16.css");
$controller->addJS("{$this->module->getPathUri()}views/js/front/saferpay_saved_card_16.js");
}
}
}
Expand Down

0 comments on commit 5d877e4

Please sign in to comment.