* local up
This commit is contained in:
10
Plugin.php
10
Plugin.php
@ -13,7 +13,7 @@ class Plugin extends PluginBase
|
||||
*/
|
||||
public $require = ['Offline.Mall'];
|
||||
|
||||
final public function boot(): void
|
||||
public function boot()
|
||||
{
|
||||
$gateway = $this->app->get(PaymentGateway::class);
|
||||
$gateway->registerProvider(new SberCheckout());
|
||||
@ -23,4 +23,12 @@ class Plugin extends PluginBase
|
||||
return new DefaultMoneyRepair();
|
||||
});
|
||||
}
|
||||
public function registerComponents()
|
||||
{
|
||||
}
|
||||
|
||||
public function registerSettings()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user