Adjust PayU QR request defaults
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s

This commit is contained in:
androidlover5842
2026-01-30 06:59:41 +05:30
parent 10c24f265f
commit d278eca1e1
2 changed files with 31 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ data class PayuSettingsResponse(
)
data class PayuQrGenerateRequest(
val amount: Long? = null,
val customerName: String? = null,
val customerEmail: String? = null,
val customerPhone: String? = null,