This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 471
Add support for select credit card prompt #10205
Labels
Milestone
Comments
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`
4 tasks
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 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
This issue is to add a
SelectCreditCardPrompt
toPromptRequest
to handle GV prompts for autocompleting a credit card form.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: