Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Add support for select credit card prompt #10205

Closed
gabrielluong opened this issue May 3, 2021 · 0 comments · Fixed by #10213
Closed

Add support for select credit card prompt #10205

gabrielluong opened this issue May 3, 2021 · 0 comments · Fixed by #10213
Assignees
Labels
<autofill> Credit Card, Addresses and Logins autofill functionality E2 Estimation points: 2
Milestone

Comments

@gabrielluong
Copy link
Member

gabrielluong commented May 3, 2021

This issue is to add a SelectCreditCardPrompt to PromptRequest to handle GV prompts for autocompleting a credit card form.

┆Issue is synchronized with this Jira Task

@gabrielluong gabrielluong self-assigned this May 3, 2021
@gabrielluong gabrielluong added cc-autofill <autofill> Credit Card, Addresses and Logins autofill functionality E2 Estimation points: 2 labels May 3, 2021
@gabrielluong gabrielluong changed the title Add support for select credit card dialogs Add support for select credit card prompt May 4, 2021
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 4, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
@gabrielluong gabrielluong added this to the 90.0.0 🌳 milestone May 4, 2021
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 4, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 5, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 5, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 5, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 5, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 6, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 6, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 6, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 6, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 7, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 9, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCardPrompt` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 10, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCard` in `PromptRequest`
gabrielluong added a commit to gabrielluong/android-components that referenced this issue May 11, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCard` in `PromptRequest`
@mergify mergify bot closed this as completed in #10213 May 11, 2021
mergify bot pushed a commit that referenced this issue May 11, 2021
- Implements an override function of `onCreditCardSelect` in `GeckoPromptDelegate`
- Adds a new `CreditCard` data class in `concept-engine`. This is a parallel of GV's
`Autocomplete.CreditCard`. We can't using the existing `CreditCard` from `concept-storage`
since that has encryption dependencies whereas the card number is already decrypted
when it reaches GV.
- Adds a new `SelectCreditCard` in `PromptRequest`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
<autofill> Credit Card, Addresses and Logins autofill functionality E2 Estimation points: 2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant