recurly / recurly-client-php

Recurly PHP Client
http://recurly.com
MIT License
172 stars 93 forks source link

Fixing bug with setValues method #717

Closed douglasmiller closed 2 years ago

douglasmiller commented 2 years ago

When the client was refactored to use the XmlDoc trait, the behavior of the setValues method changed. This change resulted in the _unsavedKeys array not to be populated properly.