Trim Razorpay responses
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:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user