EhsanulHaqueSiam / HotelManagementSystem

This repository contains the source code for a Hotel Management System implemented in Java. The system provides functionality for managing hotel operations, such as check-in, check-out, room management, and payment processing. It utilizes Java Swing for the graphical user interface.
MIT License
12 stars 1 forks source link

fix: BkashPayment needs 5 digit to checkout and Nagad needs 4 digitNa… #34

Closed NitPaul closed 1 year ago

NitPaul commented 1 year ago

NitPaul1304-10

What type of PR is this? (check all applicable)

Description

BkashPayment now needs 5 digit to checkout and NagadPayment needs 4 digit.

Issue #10 this PR fixes BkashPayment inputLength funtion got overridden

Related Tickets & Documents

Fixes #10

Added tests?

Added to documentation?