Go to file
2018-05-29 12:04:50 +02:00
.vscode mongo test env setup 2018-05-22 17:31:01 +02:00
address fix create mail contact: ContactTypeEmail instead of phone 2018-04-24 17:37:23 +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 Update integration tests to function correctly 2017-11-08 13:55:39 +01:00
crypto Remove dependency on utils (Project-Globus-Services) 2017-11-09 14:26:17 +01:00
customer DeleteCustomer: error handling improved in case of customer not found 2018-05-22 17:48:15 +02:00
examples Remove dependency on utils (Project-Globus-Services) 2017-11-09 14:26:17 +01:00
mock Update integration tests to function correctly 2017-11-08 13:55:39 +01:00
order adds GuestCustomerID on order CustomerData 2018-03-27 22:30:36 +02:00
payment new vo's for payment 2016-03-09 09:55:00 +01:00
persistence Update integration tests to function correctly 2017-11-08 13:55:39 +01:00
pricerule ECOMDEV-2087 feat: exclude sap discounted articles 2018-04-17 17:19:28 +02:00
queue Remove spew dependency 2017-11-08 14:00:19 +01:00
scripts mongo test env setup 2018-05-22 17:31:01 +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 Removed deprecated test 2017-11-09 15:15:17 +01:00
trace minor fix 2016-06-15 10:44:57 +02:00
unique makes unique shortID generator compatible to dependency go-shortid 2018-03-27 22:26:34 +02:00
utils Update all persistors to use session connection pool 2017-11-07 15:35:47 +01:00
version renamed history package to version to avoid confusion with event history 2016-05-30 17:20:10 +02:00
watchlist Update integration tests to function correctly 2017-11-08 13:55:39 +01:00
.gitignore glide dependency cleanup 2018-03-27 21:04:22 +02:00
.travis.yml dependency management with glide 2018-03-27 20:59:16 +02:00
glide.lock glide dependency cleanup 2018-03-27 21:04:22 +02:00
glide.yaml glide dependency cleanup 2018-03-27 21:04:22 +02:00
Makefile mongo test env setup 2018-05-22 17:31:01 +02:00
README.md Remove deprecated test 2017-11-08 14:06:36 +01:00

Light weight shop processing library

Build Status

Pure go library to implement e-commerce backends.