app->get(PaymentGateway::class); $gateway->registerProvider(new SberCheckout()); // For solve this issue https://github.com/OFFLINE-GmbH/oc-mall-plugin/issues/258 $this->app->singleton(Money::class, function () { return new DefaultMoneyRepair(); }); } }