-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AppSwitch] Update PayPal Classes (#1102)
* Remove publishing javadocs from maven publish (#1082) * Remove appLinkEnabled property (#1085) * Remove appLinkEnabled property from PayPalRequest - app link is now required for PayPal * Remove unused import * Add breaking changes section to changelog * Update 3DS and GraphQL Endpoint Sent to FPTI (v5) (#1080) * update endpoint logic for 3DS and graphQL * update constants * add CHANGELOG entry * simplify cleanedPath logic for 3DS * remove analytics path check since that post request uses a different http client * Parcelize Nonce Classes (#1087) * Convert Nonce classes to Kotlin and implement Parcelable using the Parcelize annotation * Restrict constructor scopes * Convert nonce classes to data classes and remove detekt rule * Remove unused type property in LocalPaymentNonce * Paypal Module Kotlin Conversion (#1088) * Convert PayPalPaymentResource to Kotlin * Convert PayPalPaymentAuthResultInfo to Kotlin * Convert PayPalBrowserSwitchException to Kotlin * Convert PayPal internal callbacks to Kotlin * Convert PayPalPaymentAuthRequestParams to Kotlin * Convert PayPalCreditFinancingAmount to Kotlin * Convert PayPalCreditFinancing to Kotlin * Convert PayPalPaymentIntent to Kotlin * Delete Java PayPalPaymentIntent file * Add PayPalPaymentIntent to changelog * Rename payerAcceptance to hasPayerAcceptance * Convert PayPal Classes to Kotlin (#1089) * Convert PayPalPaymentResource to Kotlin * Convert PayPalPaymentAuthResultInfo to Kotlin * Convert PayPalBrowserSwitchException to Kotlin * Convert PayPal internal callbacks to Kotlin * Convert PayPalPaymentAuthRequestParams to Kotlin * Convert PayPalCreditFinancingAmount to Kotlin * Convert PayPalCreditFinancing to Kotlin * Convert PayPalPaymentIntent to Kotlin * Delete Java PayPalPaymentIntent file * Convert PayPalAccount to Kotlin * Convert PayPalRequest, PayPalVaultRequest, and PayPalCheckoutRequest to Kotlin * Update changelog wording * Changelog updates * Move enums to separate files * Convert PayPal module classes to Kotlin (#1091) * Convert PayPalLineItem to Kotlin * Delete PayPalAccount.java * Convert PayPalClient to Kotlin * Convert PayPalInternalClient to Kotlin * Rename PayPalLineItemKind enums * Update unitAmount to non null * Remove old analytic events lingering from v4 (#1093) * Drop android prefix from each analytics event name (#1095) * Merge branch 'main' into update-paypal-classes * Update PayPal classes with Java App Switch logic * Override VaultRequest parameter if venice app is installed or not * Fix lint issues * Remove unnecessary access modifier * Fix lint issue --------- Co-authored-by: Tim Chow <[email protected]> Co-authored-by: Jax DesMarais-Leder <[email protected]> Co-authored-by: scannillo <[email protected]>
- Loading branch information
1 parent
ee52cee
commit 133f46b
Showing
85 changed files
with
2,614 additions
and
3,988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
BraintreeCore/src/test/java/com/braintreepayments/api/core/PaymentMethodNonceUnitTest.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.