Add success/failure URLs to PayU payment links
Some checks failed
build-and-deploy / build-deploy (push) Failing after 29s

This commit is contained in:
androidlover5842
2026-01-30 07:50:08 +05:30
parent 1e795bc62f
commit b80206b04d
2 changed files with 11 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ data class PayuPaymentLinkCreateRequest(
val minAmountForCustomer: Long? = null,
val description: String? = null,
val expiryDate: String? = null,
val successUrl: String? = null,
val failureUrl: String? = null,
val udf3: String? = null,
val udf4: String? = null,
val udf5: String? = null,