hipay / hipay-fullservice-sdk-magento2

Official repository of the HiPay Fullservice extension for Magento v2.
https://developer.hipay.com/doc/hipay-fullservice-sdk-magento2/
Apache License 2.0
10 stars 16 forks source link

add default product description #144

Closed BeardTech closed 2 years ago

BeardTech commented 2 years ago

when product description is null

legithubdeaymeric commented 2 years ago

@BeardTech

Could you explain your use case please ?

BeardTech commented 2 years ago

Hi, product description is not mandatory on magento 2, and actually if is null we have an error like "getValue on null". So i made a workaround to fix this and return a default product description because i think some payment provider need it.

pi-ecommerce commented 2 years ago

Fixed in 1.14.3

Thanks