spreedly / spreedly-gem

A convenient Ruby wrapper for the Spreedly API.
MIT License
108 stars 86 forks source link

Fix for Spreedly #111

Closed shubhamsingh1295 closed 1 year ago

shubhamsingh1295 commented 1 year ago

This changes for the Spreedly. Currently while passing the boolean value it automatically converted to the string in the XML. So that causing an issue. To fix that we have passed the type = boolean to let know the XML it is a boolean value.