braintree / braintree_ios

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

Add BTPayPalEditRequest and Tokenize for Edit FI #1358

Closed KunJeongPark closed 1 month ago

KunJeongPark commented 1 month ago

Summary of changes

Checklist

Authors

List GitHub usernames for everyone who contributed to this pull request.

KunJeongPark commented 1 month ago

I think we can at least mock out a few tests and in the implementation just add a TODO to implement in a future PR. For the BTPayPalEditRequest we should be able to already add that test.

I'm working on the test function shells and one for BTPayPalEditRequest now.