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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes multiple bugs that made the addCreditCard function unusable, adds tests
The response of the updateBrand function now properly becomes a Brand object
Insuring a shipment via Shipment.insure no longer improperly wraps the amount key in id. There may be other edge cases among other object/function calls that get corrected due to this change
Validating webhook signatures of differing byte sizes now throws a more meaningful error message
Removed the browser check when building request headers. Impact should be minimal since out of the box this library cannot be used in the browser