Frontend - Tech discovery OpenWaylet

Description

Waylet should be add to payment methods with the same behavior of Paypal and Bizum, we’ll pass the methodId 41 to generateCheckoutLink() and it will create the iFrame URL that should be rendered on the WL App. The confirmation page and the receipt sent by email should accomodate the Waylet payment method as well.

Remember to check both flags behavior, it should work in both cases: enable-paycomet-webhook-notifications (Backend) and enable-backend-commit-order (Backend and Frontend)

 

Waylet’s LD Feature Flag

We should create a flag called enable-waylet-paycomet. This flag should be used to show up Waylet in payment methods dropdown at payment methods screen.

Tasks Suggestion

  1. Create feature flag

  2. Add Waylet as new payment method in payment state and structure

  3. Add Waylet in payment-method structure

  4. Update Payment Method Dropdown

  5. Adjust the receipt to inform our guest the Waylet’s payment.

We definitely can follow the great task break down we did for Bizum. Check here.