-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add address parent check #1825
Conversation
src/CoreShop/Component/Core/Customer/CustomerTransformHelper.php
Outdated
Show resolved
Hide resolved
Co-authored-by: Mario Ramundo <ramundomario@gmail.com>
PSALM tests failing because of this: CoreShop/src/CoreShop/Component/Resource/Pimcore/Model/PimcoreModelInterface.php Lines 53 to 56 in 19f36e4
Parent could be null, so PHPDoc should be: /**
* @return ElementInterface|null
*/ WDYT @dpfaffenbauer? |
@ramundomario yes |
…m-fix Fix PSALM test for coreshop#1825
@ramundomario unfornuately the test still fails https://github.com/coreshop/CoreShop/runs/4656476471?check_suite_focus=true#step:14:42 |
@valentin- That is not your issue now. I will fix the tests and you have to rebase this PR after that. |
@valentin- can you rebase now pls? |
…op#1814 With this change submit order & submit quote urls are generated in `getResponse()` function of `SummaryCheckoutStep` instead of value of submit buttons
@dpfaffenbauer looks good now. |
thanks a lot @valentin- |
Add a check if the parent exists. Tested in /de/shop/customer/addresses and also in the checkout process.