From a5fc3a4be3300eb5987f44713c5e5bee13874d16 Mon Sep 17 00:00:00 2001 From: MarijusCoding Date: Thu, 24 Oct 2024 23:25:31 +0300 Subject: [PATCH] [SL-262] init --- src/Presentation/Loader/PaymentFormAssetLoader.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Presentation/Loader/PaymentFormAssetLoader.php b/src/Presentation/Loader/PaymentFormAssetLoader.php index c6f826b4..69cd7dd4 100755 --- a/src/Presentation/Loader/PaymentFormAssetLoader.php +++ b/src/Presentation/Loader/PaymentFormAssetLoader.php @@ -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"); } } }