Commit e5c1527
authored
Merge pull request #3598 from magento-epam/EPAM-PR-30
Fixed issues:
MAGETWO-94444 [2.3] Order total value is limited by 8 round digits
MAGETWO-95813 Only two bundle options are added to the cart
MAGETWO-95803 Rewards points earned from coupon code are not applied to guests that create accounts after checking out
MAGETWO-96410 [2.3.x] The cart rule cannot effect the cart
MAGETWO-96427 [2.3.x] Offline refund warning not displayed for Express Checkout orders
MAGETWO-96417 [2.3.x] Detaching category from product causes massive product url regeneration
MAGETWO-96407 [2.3.x] [B2B] Products with customizable options of type File aren't saved on requisition lists with the attachments
MAGETWO-96850 [2.3.x] One page Checkout resets Customer data if Product Qty was changed
MAGETWO-58841 API call with pageSize and currentPage > items should return error
MAGETWO-63036 CLONE - Quans: Orders API without key/value on ADDITIONAL_INFORMATION (only values)
MAGETWO-91650 Translation not working for product alerts
MAGETWO-71344 Update product from mini shopping cart doesn't reflect in the shopping cart
MAGETWO-62495 Products change in one category will cause cache miss for other categories (Only reproducible by unassigning products from backend category page)
MAGETWO-91750 Multiselect attribute values is not searchable under Quick Search when more than one value is selected
MAGETWO-50668 Event clean_cache_by_tags didn't clean all tags pointed in getIdentity
MAGETWO-95809 Item row total display incorrect value in API responseFile tree
53 files changed
+1520
-409
lines changed- app/code/Magento
- Bundle
- Model/Product
- Test
- Mftf
- ActionGroup
- Data
- Section
- Test
- Unit/Model/Product
- CacheInvalidate/Model
- CatalogGraphQl/Model/Resolver
- CatalogRule
- Model/Indexer
- etc
- CatalogSearch/Model/ResourceModel
- CatalogUrlRewrite/Observer
- Catalog
- Block/Adminhtml/Category/Helper
- Model
- Checkout
- Test/Mftf
- Section
- Test
- view/frontend/web/js
- NewRelicReporting/etc
- Payment
- Api/Data
- Model
- etc
- Paypal/Model
- ProductAlert/Model/ResourceModel
- Quote
- Model
- etc
- SalesRule
- Model/Rule/Condition/Product
- Test/Mftf
- ActionGroup
- Data
- Section
- Test
- etc
- Sales
- Block/Order/Item/Renderer
- Model
- Order/Webapi
- Test/Unit/Model
- etc
- dev/tests
- api-functional/testsuite/Magento/Sales/Service/V1
- integration/testsuite/Magento
- CatalogSearch/Model/Indexer/Fulltext/Action
- Customer/Model/ResourceModel
- Sales/_files
- lib
- internal/Magento/Framework/Data
- Test/Unit
- web/mage
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+1520
-409
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
163 | 169 | | |
164 | 170 | | |
165 | 171 | | |
| |||
185 | 191 | | |
186 | 192 | | |
187 | 193 | | |
| 194 | + | |
188 | 195 | | |
189 | 196 | | |
190 | 197 | | |
| |||
212 | 219 | | |
213 | 220 | | |
214 | 221 | | |
215 | | - | |
| 222 | + | |
| 223 | + | |
216 | 224 | | |
217 | 225 | | |
218 | 226 | | |
| |||
232 | 240 | | |
233 | 241 | | |
234 | 242 | | |
| 243 | + | |
235 | 244 | | |
236 | 245 | | |
237 | 246 | | |
| |||
673 | 682 | | |
674 | 683 | | |
675 | 684 | | |
676 | | - | |
| 685 | + | |
677 | 686 | | |
678 | 687 | | |
679 | 688 | | |
| |||
814 | 823 | | |
815 | 824 | | |
816 | 825 | | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | | - | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | 826 | | |
838 | 827 | | |
839 | 828 | | |
| |||
Lines changed: 70 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
59 | 129 | | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
0 commit comments