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

Add address parent check #1825

Merged
merged 6 commits into from Jan 5, 2022

Conversation

valentin-
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets #1746

Add a check if the parent exists. Tested in /de/shop/customer/addresses and also in the checkout process.

@CLAassistant
Copy link

CLAassistant commented Dec 23, 2021

CLA assistant check
All committers have signed the CLA.

Co-authored-by: Mario Ramundo <ramundomario@gmail.com>
@ramundomario
Copy link
Contributor

PSALM tests failing because of this:

/**
* @return ElementInterface
*/
public function getParent();

Parent could be null, so PHPDoc should be:

    /**
     * @return ElementInterface|null
     */

WDYT @dpfaffenbauer?

@dpfaffenbauer
Copy link
Member

@ramundomario yes

@valentin-
Copy link
Contributor Author

@dpfaffenbauer
Copy link
Member

@valentin- That is not your issue now. I will fix the tests and you have to rebase this PR after that.

@dpfaffenbauer
Copy link
Member

@valentin- can you rebase now pls?

ramundomario and others added 2 commits December 29, 2021 16:13
…op#1814

With this change submit order & submit quote urls are generated in `getResponse()` function of `SummaryCheckoutStep` instead of value of submit buttons
@valentin-
Copy link
Contributor Author

@dpfaffenbauer looks good now.

@dpfaffenbauer dpfaffenbauer merged commit e785c6c into coreshop:master Jan 5, 2022
@dpfaffenbauer
Copy link
Member

thanks a lot @valentin-

dpfaffenbauer pushed a commit to coreshop/Resource that referenced this pull request Jan 17, 2022
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.

None yet

4 participants