Return payment link in API response
Some checks failed
build-and-deploy / build-deploy (push) Failing after 28s

This commit is contained in:
androidlover5842
2026-01-30 07:52:57 +05:30
parent b80206b04d
commit fef3752b9d
2 changed files with 17 additions and 1 deletions

View File

@@ -80,5 +80,6 @@ data class PayuPaymentLinkCreateRequest(
data class PayuPaymentLinkCreateResponse(
val amount: Long,
val currency: String,
val paymentLink: String?,
val payuResponse: String
)