Limit payment methods to cash and online
All checks were successful
build-and-deploy / build-deploy (push) Successful in 37s

This commit is contained in:
androidlover5842
2026-01-30 09:50:58 +05:30
parent d0db294d1c
commit 7071014e81

View File

@@ -2,8 +2,5 @@ package com.android.trisolarisserver.models.booking
enum class PaymentMethod {
CASH,
CARD,
UPI,
BANK,
ONLINE
}