Return empty PayU settings when not configured
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s

This commit is contained in:
androidlover5842
2026-01-30 06:07:49 +05:30
parent d1f98c8cb1
commit 9345930722
2 changed files with 14 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ data class PayuSettingsUpsertRequest(
data class PayuSettingsResponse(
val propertyId: UUID,
val merchantKey: String,
val configured: Boolean,
val merchantKey: String?,
val isTest: Boolean,
val useSalt256: Boolean,
val hasSalt32: Boolean,