braintree / braintree_ios

Braintree SDK for iOS
https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5
MIT License
556 stars 290 forks source link

Remove unused `NSCopying` & `isEqual` conformance in `BTHTTP` #1307

Closed scannillo closed 1 month ago

scannillo commented 1 month ago

Summary of changes

Note

I did not see anywhere these 2 conformances were actually used by the SDK.

Checklist

Authors

@scannillo

scannillo commented 1 month ago

Pretty sure these failing unit tests are flakes:

Failing tests: BTAPIClient_Tests.testFetchPaymentMethodNonces_performsGETWithCorrectParameter() BTAPIClient_Tests.testFetchPaymentMethodNonces_returnsPaymentMethodNonces()