TP-00000 | PS | fix no order bsheet (#7712)

This commit is contained in:
Prakhar Saxena
2023-08-31 16:42:28 +05:30
committed by GitHub
parent fa9abdf26f
commit 9409691a0e

View File

@@ -323,7 +323,7 @@ class CheckerActivity : BasePaymentActivity() {
if(type == PAYMENT_CALLBACK || type == PAYMENT_CALLBACK_SYNC) {
val intent = Intent().apply {
putExtra(PAYMENT_CALLBACK_ERROR, response)
putExtra(Constant.TYPE, type)
putExtra(Constant.TYPE, this@CheckerActivity.type)
}
setResult(Activity.RESULT_OK, intent)
finish()