-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 response
- Loading branch information
Showing
53 changed files
with
1,520 additions
and
409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
app/code/Magento/Bundle/Test/Mftf/Data/BundleProductsSummaryData.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
|
||
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd"> | ||
<entity name="BundleProductsSummary" type="Quote"> | ||
<data key="subtotal">1,968.00</data> | ||
<data key="shipping">5.00</data> | ||
<data key="total">1,973.00</data> | ||
<data key="shippingMethod">Flat Rate - Fixed</data> | ||
</entity> | ||
</entities> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.