Commit graph

1500 commits

Author SHA1 Message Date
Anna Walasek
e29c032059 Fix after review 2017-02-20 08:34:37 +01:00
Łukasz
3a1bf0d0d2 [Currency] Allow to show exchange rates by currency codes 2017-02-20 08:27:57 +01:00
Łukasz
a72a699981 [Currency] Make exchange rates timestampable 2017-02-20 08:27:57 +01:00
Łukasz
2f92bdc169 [API] [ExchangeRate] CRUD 2017-02-20 08:27:57 +01:00
Łukasz
31a8044461 [Documenation] [API] [Order] Order actions 2017-02-16 16:27:18 +01:00
Łukasz
7e7b5e28b4 [API] [Order] Canceling the order 2017-02-16 10:56:45 +01:00
Łukasz
29accdec91 [Shop] [Checkout] Rework locale assigner listener 2017-02-15 19:03:56 +01:00
Łukasz
9b2667ab79 [API] [Order] Test order endpoints with regular checkout flow 2017-02-15 19:03:56 +01:00
Paweł Jędrzejewski
e14e62f3c3 Merge pull request #7487 from lchrusciel/product-test-refactor
Product test refactor
2017-02-15 09:12:57 +01:00
Paweł Jędrzejewski
3cf394017f Merge pull request #7500 from lchrusciel/refactor-api-checkout
[API] [Checkout] Remove email from address type
2017-02-14 14:45:16 +01:00
Łukasz
eac8c89546 [API] [Checkout] Remove email from address type 2017-02-14 10:58:27 +01:00
David Maicher
2fdd00a0bc Speed up phpunit tests by using dama/doctrine-test-bundle 2017-02-13 21:25:28 +01:00
tuka217
cfd9b8026e [ApiBundle] Add routing for updating products position in taxon
[Api] Add api test for updating products position in taxon
[Docs] Add docs about positions in taxon
2017-02-13 15:43:11 +01:00
Łukasz
d857322640 [API] [Tests] Product variant test refactoring 2017-02-13 14:28:22 +01:00
Łukasz
af1ef6e4ea [API] [Product] Refactor ProductVariant routing definition 2017-02-13 14:28:21 +01:00
tuka217
00eeeb2261 Fix after review 2017-02-10 15:30:14 +01:00
Jan Goralski
f416f44908 [Product] Added serialization for ProductAssociation classes
Removed current/fallback locales from API product associations responses
2017-02-10 13:56:14 +01:00
tuka217
de1a8d7535 [API] Update root taxon, update taxon with parent (change parent of taxon)
[API] Test adding images
2017-02-09 13:56:06 +01:00
tuka217
ad07620299 [API] Create taxon with parent, create root taxon 2017-02-09 13:56:06 +01:00
tuka217
1e4bb4c0a1 [API] Taxon crud tests 2017-02-09 13:56:06 +01:00
tuka217
dca6bb2550 [API] Taxon crud tests 2017-02-09 13:55:12 +01:00
Paweł Jędrzejewski
32ea5745c3 Merge pull request #7426 from lchrusciel/shipping-method-checkout-api
[API] [Checkout] Get available shipping and payment methods
2017-02-09 13:13:39 +01:00
Łukasz
4e012cd0af [Documentation] [API] Cleanup and refactoring 2017-02-09 08:25:48 +01:00
Łukasz
51ea70294f [API] Add locale to cart serialization + minor fixes 2017-02-08 18:27:32 +01:00
Łukasz
b436a68005 [API] Configure cart and related items serialization 2017-02-08 18:27:31 +01:00
Łukasz
c631f5ae27 [API] Only orders in cart state can be accessed via cart endpoint 2017-02-08 18:27:01 +01:00
Łukasz
1112143447 [API] Delete cart items 2017-02-08 18:26:21 +01:00
Łukasz
de5066d0cb [API] Update cart item quantity 2017-02-08 18:26:21 +01:00
Łukasz
7da6d187a2 [API] Varaint availableness check 2017-02-08 18:26:21 +01:00
Łukasz
f0bf283fdd [Api] Adding to cart 2017-02-08 18:26:20 +01:00
Łukasz
354a5e5e7d [API] Order to cart rename for routes 2017-02-08 18:25:59 +01:00
Łukasz
daaaf35899 [API] [Checkout] Extract presenting available shipping and payment methods to custom controllers 2017-02-08 18:19:17 +01:00
Łukasz
bb1d6105f6 [API] [Checkout] Get available payment methods 2017-02-08 18:19:17 +01:00
Łukasz
851aa40983 [API] [Checkout] Get available shipment methods 2017-02-08 18:19:17 +01:00
Łukasz
c6c906294a [API] Checkout test refactoring 2017-02-08 18:19:17 +01:00
Paweł Jędrzejewski
163f10fadc Merge pull request #7348 from tuka217/api-product-variant
[API][ProductVariant] Crud for product variants
2017-02-08 16:58:38 +01:00
tuka217
9cb1638434 [Product] Remove avaiability
Upgrade docs
Update phpunit tests about product
2017-02-08 11:56:24 +01:00
tuka217
86d198e11a Fix after review 2017-02-08 10:34:44 +01:00
tuka217
99f8175158 [API] Not remove information about on_hand if it exists 2017-02-08 10:32:25 +01:00
tuka217
01ffece60a [API][ProductVariant] Crud tests
[CoreBundle] Update serialization for product variant
2017-02-08 10:32:25 +01:00
Paweł Jędrzejewski
95e7f10a8d Merge pull request #7448 from lchrusciel/improve-routing
[Resource] Add possibility to define custom criteria for generated routing
2017-02-08 10:16:04 +01:00
Łukasz
e53ca52a1a [Resource] Add possibility to define custom criteria for generated routing 2017-02-08 09:26:49 +01:00
Łukasz
feb0b91b3e [Product] Rename code to type on image 2017-02-07 12:54:39 +01:00
tuka217
948fe08857 Fix after review 2017-02-03 09:55:05 +01:00
tuka217
40c8aba345 [API] Fix scenarios 2017-02-02 14:21:55 +01:00
tuka217
81cfe3dd90 [API] Create product with associations 2017-02-02 14:20:17 +01:00
tuka217
8a245a8c85 [API] Create product with images 2017-02-02 14:20:17 +01:00
tuka217
c42eeabd2d [API] Product can be created with attributes 2017-02-02 14:20:17 +01:00
tuka217
126fa5f132 [API] Product can be created with channels 2017-02-02 14:19:56 +01:00
tuka217
cd73682af3 [API] Product can be created with productTaxons 2017-02-02 14:19:56 +01:00