pub fn assert_settle_response_core_unchanged(
before: &SettleResponseCoreSnapshot,
after: &SettleResponse,
extension_key: &str,
) -> Result<(), HookPolicyError>Expand description
Ensures enrichSettlementResponse did not rewrite facilitator outcome fields.
ยงErrors
HookPolicyError when a core field changed.