TP-00000 | PS | fix no order bsheet (#7712)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user