dever 6 år sedan
förälder
incheckning
66e5c0ba58
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      database/account.php
  2. 2 2
      database/order.php

+ 1 - 1
database/account.php

@@ -1,6 +1,6 @@
 <?php
 
-$type = Dever::config('base')->pay['type'];
+$type = Dever::config('base', 'pay')->pay['type'];
 
 return array
 (

+ 2 - 2
database/order.php

@@ -1,13 +1,13 @@
 <?php
 
-$type = Dever::config('base')->pay['type'];
+$type = Dever::config('base', 'pay')->pay['type'];
 
 $account = function()
 {
 	return Dever::db('pay/account')->state();
 };
 
-$status = Dever::config('base')->pay['status'];
+$status = Dever::config('base', 'pay')->pay['status'];
 
 return array
 (