Open mghadley opened 1 year ago
Upon further discovery, we have determined this issue is not to be a bug with FuelSDK-Ruby but caused by a bug in Savon 1.13.0 and has been fixed in 1.14.0. For anyone experiencing something similar you can downgrade to 1.12.1 or upgrade to 1.14.0 (requires Ruby 2.7).
@davideroberts I think you meant 2.x not 1.x, but you saved my day š š š I had no idea why the requests were bad request and I thought it has something to do with our configuration but I didn't expect it to be coming from savon gem. Thanks so much!
Describe the bug A few months ago, we started receiving 400s when doing a
post
on::MarketingCloudSDK::DataExtension::Row
. The only message we get with the response isBad Request
. I did notice that this gem has not been updated in a while, does it just need to be updated?To Reproduce
Expected behavior A successful response
Environment
The bug has the severity