refs #6 fixed module name
This commit is contained in:
parent
2d113e120e
commit
646f85407a
@ -23,7 +23,7 @@ class OfflineServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
$module = Module::get('OfflinePayment');
|
$module = Module::get('Offline');
|
||||||
|
|
||||||
if (!empty($module) && version_compare($module->get('version'), '1.0.0') == 0) {
|
if (!empty($module) && version_compare($module->get('version'), '1.0.0') == 0) {
|
||||||
$offline_payments = json_decode(setting('offline.payment.methods'), true);
|
$offline_payments = json_decode(setting('offline.payment.methods'), true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user