File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 8
8
public /tailwind.output.css
9
9
public /styles.css
10
10
src /paymentMethods /*
11
- ! src /paymentMethods /paymentConfig.json
12
11
! src /paymentMethods /customRenderers.js
13
- ! src /paymentMethods /i18nProvider.js
14
- ! src /paymentMethods /utility
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $configProvider = $block->getData('checkout_config_provider');
14
14
<div
15
15
id="react-checkout"
16
16
data-base_url="<?= $ block ->getBaseUrl () ?> "
17
- data-base_url ="<?= $ escaper ->escapeUrl ( $ block -> getBaseUrl ()) ?> "
17
+ data-checkout_config ="<?= $ escaper ->escapeHtmlAttr ( $ configProvider -> getConfig ()) ?> "
18
18
data-static_file_path="<?= $ escaper ->escapeUrl ($ block ->getViewFileUrl ('Hyva_ReactCheckout ' )) ?> "
19
19
>
20
20
<div class="container">
You can’t perform that action at this time.
0 commit comments