[4.3] 2nd April 2025
22 days ago by Jason Ng
Changing data type for Frontend Return URL and Backend Return URL in Payment Token Request
Previously, the Frontend Return URL and Backend Return URL fields used the varchar(255) data type, which limited the maximum length of these strings to 255 characters. With this update, we’ve upgraded the data type for these fields to ntext. You can now store URLs with significantly greater length, addressing use cases where complex URLs are required.