braintree_ios
braintree_ios copied to clipboard
[Bug Fix] Add new `BTShopperInsightsError.invalidAuthorization`
Summary of changes
- Add new
BTShopperInsightsError.invalidAuthorization
and check authorization type inBTShopperInsightsClient
- This fixes a bug where you would see
SWIFT TASK CONTINUATION MISUSE: post(_:parameters:headers:httpType:) leaked its continuation!
when using shopper insights with a tokenization key
- This fixes a bug where you would see
Checklist
- [x] Added a changelog entry
Authors
- @jaxdesmarais