Limit payment methods to cash and online
All checks were successful
build-and-deploy / build-deploy (push) Successful in 37s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 37s
This commit is contained in:
@@ -2,8 +2,5 @@ package com.android.trisolarisserver.models.booking
|
|||||||
|
|
||||||
enum class PaymentMethod {
|
enum class PaymentMethod {
|
||||||
CASH,
|
CASH,
|
||||||
CARD,
|
|
||||||
UPI,
|
|
||||||
BANK,
|
|
||||||
ONLINE
|
ONLINE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user