Return payment link in API response
Some checks failed
build-and-deploy / build-deploy (push) Failing after 28s
Some checks failed
build-and-deploy / build-deploy (push) Failing after 28s
This commit is contained in:
@@ -80,5 +80,6 @@ data class PayuPaymentLinkCreateRequest(
|
||||
data class PayuPaymentLinkCreateResponse(
|
||||
val amount: Long,
|
||||
val currency: String,
|
||||
val paymentLink: String?,
|
||||
val payuResponse: String
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user