-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Create Multiple Customers in a single request #3175
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
Closed
Closed
Conversation
This file contains hidden or 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
…t created properly
[Merchant beta][Nord] Import/Export bugs fixes
- port fixes for MAGETWO-43787 and MAGETWO-43253 into merchant_beta
- added translate tags to xml template - added missing checkout phrases to translation files
[API] [merchant_beta] MAGETWO-44275: Some layout xml files doesn't have translations
…exception logs because of layout errors in the Magento 2 core code - Fixed "Broken reference" log entry and Msrp display for minicart subtotal section.
…ore view level data causes data corruption
…787-cli-varnish-merchant-beta
…nto2ce into merchant_beta
[Folks] Bugfix
[Merchant beta] [Nord] Bug fix
…787-cli-varnish-merchant-beta
- don't use SID in building URL for purge
[Vanilla] Magetwo 43201 merchant beta
…Sales > Transactions and Order view > Transactions - Merge of solution from MAGETWO-43948.
…SSL using the blank theme - Merge of solution MAGETWO-42776
- Stabilization fix for unit tests
- Stabilization fix for javascript tests
- Stabilization fix for javascript tests
- Removed extra changes
- Reverted extra changes
- Reverted extra changes
- Reverted extra changes
- Stabilization fix for javascript tests
- Stabilization fix for javascript tests
- Stabilization fix for javascript tests
- Stabilization fix for installation
- Removed html tags - Added check to returnUrl action
- Added unit test
- Added templates for redirect
- Fixed bug in iframe constructor
- Fix by static tests
- Stabilization fix for javascript tests
- Updated CHANGELOG.md file
[SUPPORT] Merchant Beta Security Bundle (MDVA-57)
solved myself. |
magento-engcom-team
pushed a commit
that referenced
this pull request
Sep 17, 2018
[TSG] MFTF for 2.2 (pr6) (2.2.7)
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.
In Magento 1 I can create multiple customers by using below code.
I Magento 2 this is not working. Is there any way to do this?
Thanks in advance.