Commit Graph

217 Commits

Author SHA1 Message Date
Bilal Catic
cbf1de3403 modify test to use DELTE instead of POST 2018-09-20 14:08:32 +02:00
Bilal Catic
41e92e2390 use DELETE instead of POST for delete action 2018-09-20 13:57:01 +02:00
Bilal Catic
5da2353d04 add tests for profile endpoints 2018-09-20 13:39:25 +02:00
Bilal Catic
4159f12854 fix company info update 2018-09-20 13:39:25 +02:00
Bilal Catic
3fa75daafd fix typo 2018-09-20 13:39:25 +02:00
Bilal Catic
c637880245 fix personal info validation 2018-09-20 13:39:25 +02:00
Bilal Catic
fa2b691996 apply snake case change 2018-09-20 13:39:25 +02:00
Bilal Catic
393158808a snake case - camel case transformations 2018-09-20 13:39:25 +02:00
Bilal Catic
0787cf834f use snake case 2018-09-20 13:39:25 +02:00
Bilal Catic
522417ca28 use snake case 2018-09-20 13:39:25 +02:00
Bilal Catic
498f5526a9 use customer endpoint for profile actions 2018-09-20 13:39:25 +02:00
Bilal Catic
31115b7c6a add helper to transform snake case to camel case 2018-09-20 13:39:25 +02:00
Bilal Catic
af2da3eed0 add customer class and endpoint 2018-09-20 13:39:25 +02:00
GotPPay
d36398f2ab remove comment 2018-09-20 13:39:25 +02:00
GotPPay
32379f7f47 simple frontend address validation 2018-09-20 13:39:25 +02:00
GotPPay
82e4579e88 simple backend address validation 2018-09-20 13:39:25 +02:00
GotPPay
b93aed107b use new list of countries and adapt backend and frontend to it 2018-09-20 13:39:25 +02:00
GotPPay
5d91576fb7 turn off autocomplete also for billing address input/edit 2018-09-20 13:39:25 +02:00
GotPPay
c322c8ac78 display name, last name and email above address for profile addresses 2018-09-20 13:39:25 +02:00
GotPPay
90402d3e1d change property name to comply with frontend 2018-09-20 13:39:25 +02:00
GotPPay
84916a01ed add first name, last name and email fields to profile address on backend 2018-09-20 13:39:25 +02:00
GotPPay
b98f3c979c add aditional fields to profile address on frontend 2018-09-20 13:39:25 +02:00
GotPPay
a901da55fc Enable address changes in cart module 2018-09-20 13:39:25 +02:00
GotPPay
8a9af7ed8c keep old variable name 2018-09-20 13:39:25 +02:00
GotPPay
39cb851a55 change property name to comply with frontend 2018-09-20 13:39:25 +02:00
GotPPay
e6e487f312 add unit tests 2018-09-20 13:39:25 +02:00
GotPPay
d26569a8be create user class and make use of it 2018-09-20 13:39:25 +02:00
GotPPay
aae23e4ea3 improve frontend code 2018-09-20 13:39:25 +02:00
GotPPay
a79ef1044c user profile edit actions 2018-09-20 13:39:25 +02:00
GotPPay
b974eab225 add tests for rest-user-api 2018-09-20 13:39:25 +02:00
GotPPay
b3cff5d095 add list of available countries 2018-09-20 13:39:25 +02:00
GotPPay
4ce7b86ea9 update and read customer phone number, company name and VAT number 2018-09-20 13:39:25 +02:00
GotPPay
bc61e2e706 use custom user endpoint for validation and JWT auth for login 2018-09-20 13:39:25 +02:00
GotPPay
9da31990fd add user info to JWT token response 2018-09-20 13:39:25 +02:00
GotPPay
f63e118579 add user controller 2018-09-20 13:39:25 +02:00
Almira
cf92f62703 Merge branch 'templates' into 'master'
Package templates

See merge request saburly/wiaas/new-wiaas!16
2018-09-20 11:12:20 +00:00
Nedim Uka
d3b0d10143 Deleted error logs 2018-09-20 12:34:54 +02:00
Nedim Uka
246656bc56 Fixed template category double title bug 2018-09-20 11:29:31 +02:00
Almira Krdzic
94ba69761d Show downlodable files only for simple and bundles 2018-09-20 11:26:34 +02:00
Nedim Uka
434083820c Repalced virtual product with template category 2018-09-19 22:33:59 +02:00
Bilal Catic
7c2a77b75d Merge branch 'wiaas-test' into 'master'
Wiaas test

See merge request saburly/wiaas/new-wiaas!22
2018-09-19 13:03:50 +00:00
Almira Krdzic
85deb1d9f8 Tests 2018-09-19 10:52:59 +02:00
Nedim Uka
f2d3efc526 Added templates product 2018-09-18 13:28:54 +02:00
Almira Krdzic
cae148ebce Packages and products countries test 2018-09-18 13:13:48 +02:00
Bilal Catic
d4c75dcf65 Merge branch 'package-details' into 'master'
Package details

See merge request saburly/wiaas/new-wiaas!21
2018-09-12 19:52:34 +00:00
Almira Krdzic
3b0a1c152a remove logging 2018-09-12 21:46:08 +02:00
Almira Krdzic
e53b243d96 product details 2018-09-12 16:42:21 +02:00
Almira Krdzic
35484c6d4f Merge branch 'master' into package-details 2018-09-06 23:30:03 +02:00
Almira Krdzic
cd5f09487d Add package addons and options 2018-09-06 23:29:29 +02:00
Almira
9e741008eb Merge branch 'fix-frontend-gitignore' into 'master'
Preserve css files from public dir

See merge request saburly/wiaas/new-wiaas!19
2018-09-06 16:33:46 +00:00