pimcore / ecommerce-framework-bundle

Ecommerce Framework community bundle provides e-commerce functionality such as product listing and filtering, pricing, carts and checkouts for Pimcore.
https://pimcore.com/docs/platform/Ecommerce_Framework/
Other
11 stars 33 forks source link

Bugfix: Prevent error/warning #189

Closed ctippler closed 3 months ago

ctippler commented 3 months ago

Prevent error/warning "trim(): Argument #1 ($string) must be of type string, null given"

because trim() is only applyable on strings - not if it is null

fashxp commented 3 months ago

thx very much. could you please rebase to 1.1?

ctippler commented 3 months ago

Well... rebasing didn't worked as expected - i created a new PR based on 1.1. https://github.com/pimcore/ecommerce-framework-bundle/pull/191