Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

image-20240605-104429.pngImage Added

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

      image-20240611-142732.pngImage Added

    • after the change

      image-20240611-142400.pngImage Added

If you want more technical details, you can read below:

Expand

image-20240611-143047.pngImage Added

Note

There will be no changes to the Payments page design or card forms at this time.

Consequences

(plus) Will decrease payment provider validation errors

(plus) It isn’t a critical change

(plus) The change will affect just IBERIA markets

(minus) Regression payment tests

(warning)Potential Challenges

Info

List here potential challenges that have come across the opportunity definition or from the potential solutions so far.

...