sshropshire

Results 24 issues of sshropshire

### Summary of changes - This PR updates the `clientMetadataId` to `riskCorrelationId` on `PayPalDataCollector` to make it clearer. - This shouldn't be considered a breaking change since Java / Kotlin...

### Summary of changes - This PR adds support for `riskCorrelationId` when collecting PayPal only risk data via `DataCollector` - Add `collectPayPalDeviceData` method to `DataCollector` - ~Add `CollectPayPalDeviceDataCallback` interface~ ###...

DO NOT MERGE

### Summary of changes - NXO can be constructor with less parameters since it doesn't need to app switch. ### Checklist - [ ] Added a changelog entry ### Authors...

### Summary of changes - This PR removes mention of `setGoogleMerchantId` for setting up a `GooglePayRequest`. This is no longer required for Google Pay integrations. ### Checklist ~- [ ]...

DO NOT MERGE

### Summary of changes - This PR cleans up the Demo app and updates the UX to make it more scalable for future features down the road. ### Checklist ~-...

### DropInClient#launchDropIn(dropInRequest) This PR moves all `DropInClient` internal logic into an internal class. Now merchants can launch DropIn without needing to know the exact composition of a `DropInRequest` when creating...

### Summary of changes - This PR removes an unnecessary SNAPSHOT deploy script. ### Checklist ~- [ ] Added a changelog entry~

### Summary of changes - Make `CardType` a pure enum - Create `CardAttributes` to hold metadata about a particular card brand - Move additional card parsing logic into `CardParser` ###...

### Summary of changes - Add `DropInClient#getClientMetadataId()` method ### Checklist - [x] Added a changelog entry ### Authors > List GitHub usernames for everyone who contributed to this pull request....

### Summary of changes - Rename `BrowserSwitchPendingRequest` to `BrowserSwitchStartResult` - Support `ComponentActivity` for `BrowserSwitchClient#start()` method - Rename `BrowserSwitchResult` to `BrowserSwitchParseResult` - Remove `BrowserSwitchInfo` helper class ### Checklist - [x] Added...