Max Fickers

Results 11 comments of Max Fickers

Thank you for that piece of info. This explains why the two indices where getting out of sync. We'll get to that update as soon as possible and see how...

See #3118 for some suggestions of alternative images.

Any update on this? When can we expect the next release?

If someone else is experiencing this problem, you can work around this issue by deleting the entry for `sentry/environment/enabled` from the `core_config_data` table. @indykoning, what happened to us was I...

It looks identical to the file from version 7.1.3.

I appreciate you spending the time to look into it, thank you. I think this might actually be a problem with mariadb-client, as I found similar issues there. Seems like...

@swnsma Basically `\Magento\Sales\Api\Data\CreditmemoItemInterface::getQty` has an annotated return type of `float`, but the `\Magento\Sales\Model\Order\CreditmemoFactory::createByInvoice` will create `CreditmemoItem` objects with the qty set as a `string` under specific circumstances. `\Magento\Sales\Model\Order\Creditmemo\Validation\QuantityValidator::isValidDecimalRefundQty` has a...

But you're right, this problem exists independently of the CreditmemoFactory. If I validate a Creditmemo that was just loaded from DB, it will fail as well: Do you want me...

I've added type casting to the QuantityValidator to make sure type errors regarding CreditmemoItem qty don't happen anymore. I've also added a test case for the QuantityValidatorTest where OrderItem and...

Wow, I referenced this MR in another (private) project and upon merging the other MR, this one was automatically closed 😳