Anderson Kloss Maia
Anderson Kloss Maia
This code was initially a reopen of https://github.com/braintree/braintree_ios/pull/1673, but as the repo underwent massive architectural changes, the cost-benefit of resolving merge conflicts proved to be higher than manually cherry-picking the...
Re open this to merge into 6.x
@agedd I will provide one soon. @jaxdesmarais We will need but for now we are still doing an E2E, this PR servers to track any early merge conflicts. It can...
I just removed fallbackURLScheme from the Checkout flow. The only leftover is: ```swift protocol BTPayPalRequest { // ... func encodedPostBodyWith( configuration: BTConfiguration, isPayPalAppInstalled: Bool, universalLink: URL?, fallbackURLScheme: String? // Required...
@jaxdesmarais removing it from `BTPayPalRequest` would break polymorphism in: ``` private func tokenize(request: BTPayPalRequest, ...) { } ```
Please, @jaxdesmarais, check if the latest commit aligns with your idea
To ensure assertiveness, this PR will only address new changes once its counterpart (https://github.com/braintree/braintree_ios/pull/1690) has been merged