Skip to content
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

Ces 984 customergroup product fixes #132

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

herveatcti
Copy link

No description provided.

@@ -125,7 +125,7 @@ public function getImportRowFailures(Importer $import, $importLines)
{
$failedRows = [];
// Creates a validation model and runs the import data through so we can find which rows would fail
$validation = $import->createImportModel();
$validation = $import->getImportModel();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change implies we won't be backward compatible @paulpartington. Was not sure where the change came from to be honest.

if (isset($group['name'])) {
$this->createCustomerGroup($group['name'], $taxClassId);
}
$this->validateGroupName($group);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

essentially, this change is so that when the group is not created, we can work out why without having to get into the code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants