8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
verbb\shippy\models\Address::setEmail(): Argument #1 ($email) must be of type string, null given when calling get-cart.
/actions/commerce/cart/get-cart
4.12.5
4.0.7
No
The checkout is a single page checkout, so the user can fill in the address before the email which causes the issue.
The text was updated successfully, but these errors were encountered:
Fixed for the next release. To get this early, run composer require verbb/postie:"dev-craft-4 as 4.0.7".
composer require verbb/postie:"dev-craft-4 as 4.0.7"
Sorry, something went wrong.
Fixed in 4.0.8
Thanks!
No branches or pull requests
Describe the bug
verbb\shippy\models\Address::setEmail(): Argument #1 ($email) must be of type string, null given when calling get-cart.
Steps to reproduce
/actions/commerce/cart/get-cart
Craft CMS version
4.12.5
Plugin version
4.0.7
Multi-site?
No
Additional context
The checkout is a single page checkout, so the user can fill in the address before the email which causes the issue.
The text was updated successfully, but these errors were encountered: