Trim Razorpay responses
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s

This commit is contained in:
androidlover5842
2026-02-01 10:50:12 +05:30
parent c0d1ea2b0c
commit 132c3b19c0
3 changed files with 6 additions and 12 deletions

View File

@@ -80,8 +80,7 @@ class RazorpayQrPayments(
qrId = existing.qrId,
amount = existing.amount,
currency = existing.currency,
imageUrl = existing.imageUrl,
razorpayResponse = existing.responsePayload ?: "{}"
imageUrl = existing.imageUrl
)
}
@@ -137,8 +136,7 @@ class RazorpayQrPayments(
qrId = qrId,
amount = amount,
currency = currency,
imageUrl = imageUrl,
razorpayResponse = body
imageUrl = imageUrl
)
}