Open niksumeiko opened 9 months ago
Hello @niksumeiko, Thank you for your TDD session!
I cloned this repository and faced ESLint Parsing issues
Parsing error: __classPrivateFieldGet(...).at is not a function eslint
Have you ever faced this issue before? Thanks,
Hi @phatnguyenuit Can you confirm which version of node are you running at the moment ? I faced no such issues using node v18.
@phatnguyenuit, I don't have an issue like this. I believe this might happen because dependency versions in the package.json
are not fixed (start with the ^
that allows flexibility for the installer). Here's a tread where people tried to solve the issue: https://stackoverflow.com/questions/77678251/parsing-error-classprivatefieldget-at-is-not-a-function-error
Overview
Enable the customer to create a virtual credit card.
Acceptance criteria
1. Create a new page for card creation and display:
- With the "Create new card" button
2. Create a new item within the main navigation - With the name "Virtual card"
- Navigates to the new page
3. Display a new card below the button - Ask VISA SDK to create a new card (see integration specification) - Display the card below the button - Card number formatted with a space after every 4th digit
1234 5678 9011 1213
- Card due date formatted as MM/YY05/25
4. Display important information below the card - When the user submits the form
Design
New menu item
New page
Integration specification
The card is created by VISA SDK. It's already used somewhere else within our app. We just have to call a specific function they provide.
Copy/pasting details from their documentation:
Public interfaces
Usage
Output sample