juspay / hyperswitch

An open source payments switch written in Rust to make payments fast, reliable and affordable
https://hyperswitch.io/
Apache License 2.0
11.04k stars 1.19k forks source link

fix(access_token): use `merchant_connector_id` in access token #5106

Closed Narayanbhat166 closed 1 week ago

Narayanbhat166 commented 1 week ago

Type of Change

Description

In case of refund sync, the merchant_connector_id was being populated as connector_id. This has been fixed in this PR to use merchant_connector_id.

Additional Changes

Motivation and Context

How did you test it?

Checklist