feat(core): added key should_cancel_transaction in update trackers to support Frm Pre flow cancellation (#1811)

This commit is contained in:
rishavkar
2023-08-01 11:59:06 +05:30
committed by GitHub
parent 505aa218cf
commit 5d6510eddf
13 changed files with 58 additions and 5 deletions

View File

@ -207,6 +207,7 @@ where
validate_result.storage_scheme,
updated_customer,
&key_store,
None,
)
.await?;
}
@ -628,6 +629,7 @@ where
merchant_account.storage_scheme,
updated_customer,
key_store,
None,
)
.await?;