-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Extract PayPalDataCollector module. * Remove BraintreeDataCollector as Card dependency. * Fix broken data collector unit test. * Write initial spec for configuration fetch error forwarding in paypal data collector unit test. * Update PayPalDataCollector to sue exceptions. * Finish magnes internal client tests. * Update pay pal data collector to use magnes internal client. * Update paypal data collector to use magnes internal client. * Cleanup unit tests. * Update tests and clean up logic. * Move PayPalDataCollector integration test to PayPalDataCollector module. * Update paypal data collector build.gradle file. * Update github actions to build and test paypal data collector. * Add top-level docs comment to PayPalDataCollector class. * Update CHANGELOG. * Update PayPalDataCollector docstring.
- Loading branch information
1 parent
0059a90
commit d146546
Showing
32 changed files
with
769 additions
and
322 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
99 changes: 0 additions & 99 deletions
99
BraintreeDataCollector/src/main/java/com/braintreepayments/api/PayPalDataCollector.java
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
Oops, something went wrong.