-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed travis builds #678
Closed
Closed
Fixed travis builds #678
Conversation
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
magento-team
added a commit
that referenced
this pull request
Oct 3, 2014
* GitHub requests: * [#678] (#678) -- Fixed Travis CI builds * Functional tests: * Create Sales Order Backend * Delete Products from Wishlist * Download Products Report * Mass Orders Update * Sales Tax Report * Fixed bugs: * Fixed an issue where success message was not displayed after product review submit * Fixed an issue where it was impossible to start checkout process using PayPal from the JavaScript pop-up window when the Display Actual Price option was set to On Gesture * Fixed an issue where a fatal error was thrown after shipping method selection in PayPal Express Checkout * Fixed an issue with parameters exceptions in SOAP response * Fixed an issue where testGetRequestTokenOauthTimestampRefused unit test failed in certain cases * Fixed an issue where TestCreateCustomer test thrown fatal error when making a SOAP request * Fixed an issue with required parameters in WSDL * Fixed an issue where Customer Account Service returned void response in the resetPassword method * Fixed an issue where REST API failed during bundle product creation
magento-team
pushed a commit
that referenced
this pull request
Oct 6, 2015
[DRAGONS][Troll][GoInc][South][API][EPAM] Bug Fixes and Stories
mmansoor-magento
pushed a commit
that referenced
this pull request
Dec 16, 2016
Bugs fixed: * MAGETWO-33564: [GitHub] Database Schema: Incorrect Unique Indexes #1002 * MAGETWO-56095: When category has products that are not visible to catalog the pager still shows is this expected behavior? * MAGETWO-59649: Current store resolver does not work for global scope * MAGETWO-60962: New attribute is not visible when create new address * MAGETWO-55937: [Complex product/Grouped productsl] Tax Amount and Custom Prices isn't displayed on Slide Panel (admin panel)
taskula
pushed a commit
to Hypernova-Oy/magento2
that referenced
this pull request
Jun 25, 2019
taskula
pushed a commit
to Hypernova-Oy/magento2
that referenced
this pull request
Jun 25, 2019
taskula
pushed a commit
to Hypernova-Oy/magento2
that referenced
this pull request
Jun 25, 2019
taskula
pushed a commit
to Hypernova-Oy/magento2
that referenced
this pull request
Jun 25, 2019
taskula
pushed a commit
to Hypernova-Oy/magento2
that referenced
this pull request
Jun 25, 2019
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I set php memory_limit option in -1 and download phpunit from composer, because Magento tests used deprecated methods like assertTag. Could you look at my travis builds, please