Go to file
2017-04-20 19:44:05 +02: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 removed event_log package and some more clean-ups 2017-02-10 14:21:54 +01:00
crypto added tracking and session id 2016-09-08 13:23:14 +02:00
customer Merge branch 'hotfix/newcustomer' 2017-04-13 17:55:03 +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 "raw prices" 2017-03-16 19:08:10 +01:00
payment new vo's for payment 2016-03-09 09:55:00 +01:00
persistence implemented NewPersistorWithIndex() and test 2017-02-14 11:23:11 +01:00
pricerule exclude shipping groups from normal promo calc 2017-04-13 15:02:30 +02:00
queue slowed down check interval for processors a bit 2017-03-03 09:17:52 +01: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 removed event_log package and some more clean-ups 2017-02-10 14:21:54 +01:00
tests removed event_log package and some more clean-ups 2017-02-10 14:21:54 +01: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 and again 2017-04-04 11:04:16 +02: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/