Closed this issue 4 years ago · 2 comments
Hello
This will cause a issue in sending the payload
https://github.com/magic-coding/thawani-pay-woocommerce/blob/c1164b292f60bf1b3cc461760327c571da2760bd/thawani-pay-woocommerce.php#L206
Hello @w7shdev Thank you for reporting this issue. Try to use substr($product_name, 0, 40) to solve this issue.
substr($product_name, 0, 40)
Thank you.
Issue fixed, please check 65c61a1