Refactor LocalAlternativePaymentMethodsModule

This commit is contained in:
Philipp Stracker 2024-08-29 18:52:38 +02:00
parent 5c6c3a0005
commit ac1e97e4e6
No known key found for this signature in database
2 changed files with 21 additions and 14 deletions

View file

@ -9,8 +9,6 @@ declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\LocalAlternativePaymentMethods;
use WooCommerce\PayPalCommerce\Vendor\Dhii\Modular\Module\ModuleInterface;
return static function (): ModuleInterface {
return static function (): LocalAlternativePaymentMethodsModule {
return new LocalAlternativePaymentMethodsModule();
};