Skip to content

Commit

Permalink
Remove Parsedown as it was not really used
Browse files Browse the repository at this point in the history
  • Loading branch information
daanrijpkemacb committed Nov 25, 2023
1 parent fb352ff commit fdf21eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 62 deletions.
15 changes: 5 additions & 10 deletions bluem-idin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1737,13 +1737,12 @@ function bluem_checkout_idin_notice() {
if ( isset( $options['idin_identity_more_information_popup'] ) && $options['idin_identity_more_information_popup'] !== "" ) {
$idin_identity_more_information_popup = $options['idin_identity_more_information_popup'];
} else {
$idin_identity_more_information_popup = "**Identificeren is per 1 juli 2021 verplicht in winkels waar producten verkocht worden met een identiteitsplicht van de klant.**
$idin_identity_more_information_popup = "<strong>Identificeren is per 1 juli 2021 verplicht in winkels waar producten verkocht worden met een identiteitsplicht van de klant.</strong><br><br>
De methode die hier gebruikt wordt is veilig, snel en makkelijk - net zoals iDEAL. Het duurt hoogstens twee minuten en het resultaat wordt opgeslagen voor vervolgtransacties als je ingelogd bent als terugkerende klant.
De methode die hier gebruikt wordt is veilig, snel en makkelijk - net zoals iDEAL. Het duurt hoogstens twee minuten en het resultaat wordt opgeslagen voor vervolgtransacties als je ingelogd bent als terugkerende klant.<br><br>
Lees hier meer: [https://bluem.nl/blog/2021/04/26/nieuwe-alcoholwet-per-1-juli-online-leeftijdsverificatie-verplicht/](https://bluem.nl/blog/2021/04/26/nieuwe-alcoholwet-per-1-juli-online-leeftijdsverificatie-verplicht/)";
Lees hier meer: <a href='https://bluem.nl/blog/2021/04/26/nieuwe-alcoholwet-per-1-juli-online-leeftijdsverificatie-verplicht/' target='_blank' alt='bluem blog over alcoholwet'>https://bluem.nl/blog/2021/04/26/nieuwe-alcoholwet-per-1-juli-online-leeftijdsverificatie-verplicht</a>";
}
// todo: remove these obsolete defaults

if ( $validation_needed && $scenario > 0 ) {
echo "<h3>Identificatie</h3>";
Expand Down Expand Up @@ -2285,12 +2284,8 @@ function bluem_idin_generate_notice( string $message = "", bool $button = false,
if ( isset( $options['idin_identity_more_information_popup'] ) && $options['idin_identity_more_information_popup'] !== "" ) {
$more_information_popup = $options['idin_identity_more_information_popup'];
} else {
$more_information_popup = "Toelicthing op IDIN als essentieel onderdeel van het winkelproces";
$more_information_popup = "Toelichting op IDIN als essentieel onderdeel van het winkelproces";
}
$Parsedown = new Parsedown();

$more_information_popup_parsed = $Parsedown->text( $more_information_popup );


$idin_button_html = "<a href='" .
home_url( 'bluem-woocommerce/idin_execute?redirect_to_checkout=true' ) .
Expand Down Expand Up @@ -2336,7 +2331,7 @@ function bluem_idin_generate_notice( string $message = "", bool $button = false,
<h4>Toelichting op vereiste identificatie</h4>
<a class="bluem-idin-popup-close bluem-idin-popup-close-icon" href="' . $checkout_url . '#">&times;</a>
<div class="bluem-idin-popup-content">
' . $more_information_popup_parsed . '
' . $more_information_popup . '
<hr>
<a class="bluem-idin-popup-close" href="' . $checkout_url . '#">Klik hier om dit kader te sluiten</a>
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"symfony/polyfill-mbstring": "v1.19.0",
"symfony/polyfill-php80": "^1.27",
"psr/log":"1.1.4",
"erusev/parsedown": "^1.7",
"ext-json": "*"
},
"minimum-stability": "dev",
Expand Down
52 changes: 1 addition & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdf21eb

Please sign in to comment.