AXO: Remove restriction for the Force shipping to the customer billing address shipping config

This commit is contained in:
Daniel Dudzic 2024-09-10 19:12:14 +02:00
parent f51dbfc6d3
commit c24b753c38
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
4 changed files with 1 additions and 47 deletions

View file

@ -180,13 +180,6 @@ return array(
return $settings_notice_generator->generate_checkout_notice();
},
'axo.shipping-config-notice' => static function ( ContainerInterface $container ) : string {
$settings_notice_generator = $container->get( 'axo.helpers.settings-notice-generator' );
assert( $settings_notice_generator instanceof SettingsNoticeGenerator );
return $settings_notice_generator->generate_shipping_notice();
},
'axo.incompatible-plugins-notice' => static function ( ContainerInterface $container ) : string {
$settings_notice_generator = $container->get( 'axo.helpers.settings-notice-generator' );
assert( $settings_notice_generator instanceof SettingsNoticeGenerator );