You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if users provide a description is too long, we would provide a DescriptionTooLong error.
However, we previously received user requests that need to fallback on a description hash in that case. Since we probably don't want to add more methods/parameters to switch the behavior, we should just fall back to using a description hash if the given string is too long.
We should however properly document this, as it might come to some users as a surprise that the actual description string is suddenly missing from the resulting invoice.
The text was updated successfully, but these errors were encountered:
Currently, if users provide a description is too long, we would provide a
DescriptionTooLong
error.However, we previously received user requests that need to fallback on a description hash in that case. Since we probably don't want to add more methods/parameters to switch the behavior, we should just fall back to using a description hash if the given string is too long.
We should however properly document this, as it might come to some users as a surprise that the actual description string is suddenly missing from the resulting invoice.
The text was updated successfully, but these errors were encountered: