nxdun / Movie-theatre-management-system

Movie Theater Management System
MIT License
7 stars 5 forks source link

Payment gateway #34

Closed Vishwa-ud closed 1 year ago

Vishwa-ud commented 1 year ago

3rd party payment gateway can't be trusted. because of that need to design new payment gateway

Vishwa-ud commented 1 year ago

New Payment gateway Frontend Completed. Added CSS And Validations.

Vishwa-ud commented 1 year ago

Payment gateway Card Number, Expire Date ,CVV Validation added All Card Can be Acceptable Example : Visa ,Master Card , American Express

can't add this library credit card input used this way to add it npm install --save react-credit-card-input styled-components --force

Vishwa-ud commented 1 year ago

Showing Cart Items in Payment screen with total cost done

Vishwa-ud commented 1 year ago

Need To add Payment Records into database

Vishwa-ud commented 1 year ago

Payment Records Added into Database Successful . if Data send to the database Navigate to Success Page. Payment Gateway Done...