Return empty PayU settings when not configured
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user