...
Figma Link: https://www.figma.com/design/wEeYkRHLwLdMJHKvQJOdd0/%5BIBFEC-1795%5D-Remove-Pre-filled-Name-On-Card-field?node-id=7979-30251 )
Whitelabel solution:
There is a mock to automatically add data fields, to enable or disable this mock, we must use the feature flag: https://app.launchdarkly.com/intl-guest-app/dev-plk-es/features/autoFillTestCard/targeting
Remove pre-filled
Adjust the frontend to remove the prefill
If you want more technical details, you can read below:
Expand |
---|
Sets the field with “required“
Adjust the field in frontend to be required as expected in the Figma proposal
Then, we will need to set "required" in the missing nameOnCard fields and insert an “*” at the end of the field placeholder to inform that this field is mandatory.
Add keyboard in the Expiration Date field
We will add the keyboard in the expiration date field
currently
after the change
If you want more technical details, you can read below:
Expand |
---|
Note |
---|
There will be no changes to the Payments page design or card forms at this time. |
Consequences
Will decrease payment provider validation errors
It isn’t a critical change
The change will affect just IBERIA markets
Regression payment tests
Potential Challenges
Info |
---|
List here potential challenges that have come across the opportunity definition or from the potential solutions so far. |
...