Adjust PayU QR request defaults
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user