Commit graph

127 commits

Author SHA1 Message Date
Mateusz Zalewski
29fc336bb1
[Core] Changed channel to channelCode 2017-03-01 15:38:00 +01:00
tuka217
59bf2ce3bb [API] Create endpoints for promotions
[Documenation] Update api promotions documentation
2017-03-01 13:53:48 +01:00
Mateusz Zalewski
bd15bb8882
[Tests] Fixes in phpunit and phpspec tests 2017-02-28 12:09:25 +01:00
tuka217
f2b552e538 [API] Add missing fields in PaymentMethod serialization
[Payment] Removed not used fields from PaymentMethod
2017-02-27 12:01:52 +01:00
tuka217
6afa9048d0 [API][ProductBundle] Add missing fields to serialization of PromotionCoupon 2017-02-27 11:52:52 +01:00
Paweł Jędrzejewski
c00322f7ec Merge pull request #7608 from lchrusciel/rework-serialization
[API] [Documentation] Rework serialization of Order and Product
2017-02-25 11:01:41 +01:00
Łukasz
eda69daf8e [API] Adjust Cart serialization 2017-02-24 15:25:40 +01:00
Łukasz
a2736a5360 [API] Adjust Product serialization 2017-02-24 15:25:23 +01:00
Grzegorz Sadowski
99c8bc613d [Api][ProductVariant] Update product variant api tests 2017-02-23 15:11:16 +01:00
Anna Walasek
f409bffd2c Fix after review 2017-02-22 10:51:57 +01:00
Anna Walasek
80425f8731 [API] Improve Payment Method api routing 2017-02-22 10:46:30 +01:00
Anna Walasek
4131daaf3c [API] Improve routing for TaxRate and TaxCategory 2017-02-22 10:46:30 +01:00
Anna Walasek
eb61c8b7cd [API] Improve shippingMethod routing 2017-02-22 10:46:30 +01:00
Anna Walasek
c60e47ef75 [API] Improve Promotion and PormotionCoupon routing 2017-02-22 10:46:30 +01:00
Anna Walasek
3b2ff13f0c [API] Improve ProductOption routing 2017-02-22 10:46:30 +01:00
Mateusz Zalewski
03d9c25685
[Behat] Adjust scenarios for paypal express checkout and phpunit tests 2017-02-20 15:42:44 +01:00
Paweł Jędrzejewski
165cff0c29 Merge pull request #7466 from tuka217/api-taxon-move-products
[API] Change position of product in taxon
2017-02-20 13:02:59 +01:00
Anna Walasek
e29c032059 Fix after review 2017-02-20 08:34:37 +01:00
Łukasz
2f92bdc169 [API] [ExchangeRate] CRUD 2017-02-20 08:27: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
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
tuka217
00eeeb2261 Fix after review 2017-02-10 15:30:14 +01:00
tuka217
1e4bb4c0a1 [API] Taxon crud tests 2017-02-09 13:56:06 +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
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
daaaf35899 [API] [Checkout] Extract presenting available shipping and payment methods to custom controllers 2017-02-08 18:19:17 +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
tuka217
948fe08857 Fix after review 2017-02-03 09:55:05 +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
cd73682af3 [API] Product can be created with productTaxons 2017-02-02 14:19:56 +01:00
tuka217
06ba8d4803 [API] Test creating product with additional fields 2017-02-02 14:19:56 +01:00
Łukasz
499e5e6bd2 [API] Test proper locale codes 2017-02-01 09:15:21 +01:00
Jan Goralski
a2dc679ecb [Behat][Unit] Erased 'enabled' usages from Locale related tests 2017-01-27 15:46:44 +01:00
Paweł Jędrzejewski
bc9f648e23 Merge pull request #7238 from tuka217/api-product
[API][Product] Crud for product
2017-01-20 15:03:31 +01:00
Łukasz
e3aa0a56ad [API] Keep resource name coherenet 2017-01-20 09:13:27 +01:00
tuka217
6c5cf7b276 [API] Add test for product crud 2017-01-18 09:53:20 +01:00
Łukasz
9df1d3a8cd [API] Order show and create action 2017-01-05 15:01:54 +01:00
Grzegorz Sadowski
65cc1b3fd8 [Shipping] Fixes in fixtures 2016-11-28 18:57:24 +01:00
Łukasz
8d6c60bf30 Remove currency exchange rate occurance 2016-11-28 18:57:23 +01:00
Mateusz Zalewski
6691f5c2ac [Core] PriceRangeFilter and unit test fixes 2016-11-28 18:57:23 +01:00
Łukasz
1b309b177e [Currency] Remove currency toggling 2016-11-28 18:57:22 +01:00