Skip to content

Checkout accepts unrealistic gift card data and shows false payment success #794

Description

@guelbin

Bug Description

The checkout accepts unrealistic gift card numbers and weak validation codes without proper validation.

Even with random long input values, the system displays "Payment was successful".

Steps to Reproduce

  1. Open checkout payment page.
  2. Select "Geschenkgutschein".
  3. Enter a very long random string as Gutscheinnummer.
  4. Enter a simple validation code like 123.
  5. Click "Bestätigen".

Expected Result

  • Invalid or unrealistic gift card data should be rejected.
  • Proper validation messages should appear.
  • Payment success should not be displayed.

Actual Result

  • Random and unrealistic inputs are accepted.
  • "Payment was successful" is displayed.
  • The validation appears insufficient.

Severity

Medium

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions