refs #6 fixed module name

This commit is contained in:
cuneytsenturk 2017-09-18 20:32:46 +03:00
parent 2d113e120e
commit 646f85407a

View File

@ -23,7 +23,7 @@ class OfflineServiceProvider extends ServiceProvider
*/
public function boot()
{
$module = Module::get('OfflinePayment');
$module = Module::get('Offline');
if (!empty($module) && version_compare($module->get('version'), '1.0.0') == 0) {
$offline_payments = json_decode(setting('offline.payment.methods'), true);