Skip to content

Commit 7ed781d

Browse files
committed
reshaped included files to Magento2 way
1 parent 5a8f3aa commit 7ed781d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Moyasar/Mysr/view/frontend/layout/checkout_index_index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" ?>
22
<page layout="1column" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
33
<head>
4-
<css src="Moyasar_Mysr/css/applepay.css" rel="stylesheet" type="text/css" />
5-
<css src="Moyasar_Mysr/css/stc-pay.css" rel="stylesheet" type="text/css" />
6-
<script src="Moyasar_Mysr/js/applepay-wrapper.js" />
4+
<css src="Moyasar_Mysr::css/applepay.css" rel="stylesheet" type="text/css" />
5+
<css src="Moyasar_Mysr::css/stc-pay.css" rel="stylesheet" type="text/css" />
6+
<script src="Moyasar_Mysr::js/applepay-wrapper.js" />
77
</head>
88
<body>
99
<referenceBlock name="checkout.root">

0 commit comments

Comments
 (0)