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.
Adds Carbon Offset support
Adds ability to create a shipment with carbon offset
Adds ability to buy a shipment with carbon offset
Adds ability to one-call-buy a shipment with carbon offset
Adds ability to rerate a shipment with carbon offset
Adds validateWebhook function that returns your webhook or raises an error if there is a webhookSecret mismatch
Fixes a bug that required the values of verify and verify_strict params on an Address creation call to be arrays since passing true as a boolean is also valid (passing an array will continue to work but is no longer required)