Selaa lähdekoodia

activity and you2

zz 6 vuotta sitten
vanhempi
commit
f3c209f138
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      app/Console/Commands/BookTest.php

+ 4 - 4
app/Console/Commands/BookTest.php

@@ -355,8 +355,8 @@ class BookTest extends Command
                 'amount'=>$bid_price?$bid_price:0,
                 'fee'=>$chapter_fee?$chapter_fee:0,
                 'bid'=>$item->bid,
-                'all_price'=>$all_price?$all_price:0,
-                'all_fee'=>$all_fee?$all_fee:0,
+                'total_amount'=>$all_price?$all_price:0,
+                'total_fee'=>$all_fee?$all_fee:0,
                 'book_name'=>$book_name
             ];
         }
@@ -399,8 +399,8 @@ class BookTest extends Command
                 'amount'=>$bid_price?$bid_price:0,
                 'fee'=>$chapter_fee,
                 'bid'=>$bid,
-                'all_price'=>$all_price?$all_price:0,
-                'all_fee'=>$all_fee?$all_fee:0,
+                'total_amount'=>$all_price?$all_price:0,
+                'total_fee'=>$all_fee?$all_fee:0,
                 'book_name'=>$book_name
             ];
         }