Beginning of transaction calculator framework & enh.

This commit is contained in:
Jonathan Rosenbaum
2014-12-31 05:53:49 +00:00
parent 7ddff6778c
commit dc7dd4d01f
5 changed files with 54 additions and 14 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ define("TIMEZONE", "America/New_York");
define("NONSHOP",0);
// How many transactions to you want shown
define("NUMBER_OF_TRANSACTIONS", 11);
define("NUMBER_OF_TRANSACTIONS", 50);
//constants
define("PAGE_START_SHOP", "/start_shop.php");