Commit Graph

6 Commits (1665f461e285e8c232d5374fcdeaa1f323d08f4f)

Author SHA1 Message Date
Mark Moffat ca7043be2a Starting to add ability to make admin API requests 2019-06-15 10:26:03 +09:30
Ben Burns 70127ee0bc Allow for an ignored local settings file.
Even though settings.json is in the .gitignore file git does not ignore
modifications to this file. This change makes expressCart detect the
existence of a file called settings-local.json. When this file exists,
it will be used for reading and writing settings instead of the usual
settings.json. This will help to prevent accidental leakage of user
secrets.
2018-09-02 21:25:37 +09:30
Mark Moffat c674f86576 Small cart quantity fixes 2018-05-21 23:06:12 +09:30
Mark Moffat 83e97a0d20 Added Docker support 2018-02-05 14:29:16 +01:00
Mark Moffat 184b9c5d33 Changed example payment configs 2018-01-07 13:41:09 +01:00
Mark Moffat 36dcb73110 initial commit 2018-01-06 19:55:48 +01:00