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
Found this issue on transaction API where by default the value for fake_bcc is true and due to this, it leads to parent recipient's name + email is appended to the subject.
When trying to disable this option and following the error encountered with the library, whereas it works fine on the API side.
CustomerIORequestError: Request entity must be JSON encoded and not exceed 3024 KB.
fake_bcc should be a boolean as on the API and seem to be the cause of this issue, when types are overwritten and we pass a boolean value for fake_bcc things work fine on API as well as with CURL.
Please suggest if any additional updates would be required, adding an issue for tracking.
Will send a fix soon.
The text was updated successfully, but these errors were encountered:
prafful1234
changed the title
Error(400) When trying to set face_bcc options on transaction API
Error(400) When trying to set fake_bcc options on transaction API
Jan 12, 2022
Found this issue on transaction API where by default the value for fake_bcc is
true
and due to this, it leads to parent recipient's name + email is appended to the subject.When trying to disable this option and following the error encountered with the library, whereas it works fine on the API side.
fake_bcc
should be a boolean as on the API and seem to be the cause of this issue, when types are overwritten and we pass a boolean value forfake_bcc
things work fine on API as well as with CURL.Please suggest if any additional updates would be required, adding an issue for tracking.
Will send a fix soon.
The text was updated successfully, but these errors were encountered: