Go to file
2017-01-31 17:24:50 +01:00
address added field ScoringFailed 2016-10-05 19:20:15 +02:00
atp Big refactoring to make customer independant from order. Introduced Getters and Setters for Order and Customer for more controlled acces. Unfortunatly it's impossible to protect any fields from unwanted modifications by private fields, because only public fields can be stored in the db. 2016-05-18 18:31:20 +02:00
configuration refactoring from consts to vars 2017-01-03 11:55:21 +01:00
crypto added tracking and session id 2016-09-08 13:23:14 +02:00
customer added LanguageCode 2017-01-27 16:45:19 +01:00
debug moved debug log method to separate package to make it globally accessible 2016-05-31 16:30:12 +02:00
docs worked on queue 2016-02-18 19:08:09 +01:00
event_log minor refactoring 2016-05-31 18:12:47 +02:00
examples fixed test 2016-11-24 17:33:03 +01:00
mock follow up 2016-07-18 14:45:50 +02:00
order added more states 2017-01-31 17:24:50 +01:00
payment new vo's for payment 2016-03-09 09:55:00 +01:00
persistence removed prints 2016-11-24 17:33:28 +01:00
pricerule pass orderdiscounts to getOrderTotalForPriceRule 2017-01-26 16:12:37 +01:00
queue improved stopping and restarting of queue 2016-06-28 18:02:30 +02:00
shipping removed dependancy with Project-Globus-Services.types package 2016-02-29 13:50:31 +01:00
shop_error added new error types 2016-09-21 16:21:05 +02:00
state Replaced error with warning 2016-07-04 13:56:53 +02:00
test_utils added some collections to NoDropList 2016-11-15 14:42:43 +01:00
tests some refactoring of Event handling. Most calls to SaveShopEvent are temporarily outcommented. SaveOrderEvent does not longer exist 2016-05-31 16:33:30 +02:00
trace minor fix 2016-06-15 10:44:57 +02:00
unique removed hack for Ids 2016-09-07 13:38:36 +02:00
utils refactored GetTimeHHMMSS 2017-01-22 00:19:27 +01:00
version renamed history package to version to avoid confusion with event history 2016-05-30 17:20:10 +02:00
watchlist temporary fix for removing list items 2017-01-18 16:00:32 +01:00
.gitignore added DropAllCredentials() 2016-05-27 11:10:46 +02:00
Makefile Moved Watchlist to separate package with its own persistor. Implemented new tests for API. 2016-09-20 13:45:28 +02:00
README.md added pricerule package 2016-10-21 09:58:21 +02:00

Light weight shop processing library

Pure go library to implement e-commerce backends.

Test pricerules go test -v -run Test github.com/foomo/shop/pricerule/