malnafei/thawani-pay-woocommerce

Product name has to be 40 character long

Closed this issue · 2 comments

Hello @w7shdev
Thank you for reporting this issue.
Try to use substr($product_name, 0, 40) to solve this issue.

Thank you.

Issue fixed, please check 65c61a1