Skip to content

fix(core): populate whole connector response in payment response #11314

@kanikac199

Description

@kanikac199

In PR #11019 , the line that populates whole_connector_response from router_data.raw_connector_response was inadvertently removed from the payment_response_update_tracker function.
Restored the missing line:
payment_data.whole_connector_response = router_data.raw_connector_response.clone();

hotfix for - #11306

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions