paypal / paypal-ios

One merchant integration point for all of PayPal's services
Apache License 2.0
59 stars 27 forks source link

Remove Async keyword from PayPalNativeCheckoutClient.start function and fix tests #212

Closed KunJeongPark closed 11 months ago

KunJeongPark commented 12 months ago

Summary of changes

-Reverted above changes with comment to remove Async for next major version.

Checklist

~- [ ] Added a changelog entry~

Authors

scannillo commented 12 months ago

Our repo docs also need to be updated for this change, and our dev docs as well

KunJeongPark commented 12 months ago

Our repo docs also need to be updated for this change, and our dev docs as well

Do we keep the documentation for deprecated functions here and in the dev docs? The dev docs needs to be another ticket, different repo. I'll hold on dev docs change until we agree on the new function name

scannillo commented 11 months ago

Do we keep the documentation for deprecated functions here and in the dev docs?

Great question. If a function is deprecated in our SDK, our docs should not be using it. The docs should be updated to showcase the newest, suggested way of integrating.

The dev docs needs to be another ticket, different repo. I'll hold on dev docs change until we agree on the new function name

Agreed! Dev docs is another repo, so a separate ticket is a great call