-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FX-800] Expose the deferPaymentCapture method (#139)
* Implement the collectPin function * Apply spotless * Write most tests for new function * Include collectPin function in sample app * Address comments and fix return type * Do some refactor work in VGSCollector * Add BT collector test * Update sample app to show pin collection for snap and cash * Address Danilo's comments * Change to deferCapturePayment * Change deferCapturePayment to deferPaymentCapture * Address Danilo's comments * Change success text in sample app * Remove all mention of collect pin
- Loading branch information
Showing
22 changed files
with
1,137 additions
and
313 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ | |
local.properties | ||
SecretRingKey.gpg | ||
/buildSrc/build/ | ||
*.jks |
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
Oops, something went wrong.