mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
feat(core): added key should_cancel_transaction in update trackers to support Frm Pre flow cancellation (#1811)
This commit is contained in:
@ -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?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user