dever 6 years ago
parent
commit
eef9e7bcc3
2 changed files with 3 additions and 3 deletions
  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')->pay['type'];
+$type = Dever::config('base')->pay['type'];
 
 return array
 (

+ 2 - 2
database/order.php

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