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.65k stars 1.23k forks source link

[FEATURE]: [Bambora] Currency Unit Conversion #2219

Open Sakilmostak opened 11 months ago

Sakilmostak commented 11 months ago

:memo: Feature Description

:hammer: Possible Implementation

:bookmark: Note: All the changes needed should be contained within hyperswitch/crates/router/src/connector/

:package: Have you spent some time checking if this feature request has been raised before?

:package: Have you read the Contributing Guidelines?

:sparkles: Are you willing to submit a PR?

TechWizard9999 commented 11 months ago

😊 "I'd be delighted to work on this issue! Could you please assign it to me?"

AkshayaFoiger commented 11 months ago

Hey @TechWizard9999 , I see that you're already assigned to #2352. For now, we'll leave this issue open to any other interested contributors. You may pick this up once your work on #2352 is completed, and if no other contributors have expressed interest on this. I hope that's fine by you

speedhs commented 11 months ago

Can I work on this one if @TechWizard9999 is not currently work on this?

Sakilmostak commented 11 months ago

Sure @speedhs , I have assigned this issue to you

speedhs commented 11 months ago

Hey! Using the other prs as a reference I have made some changes to the code. Can you guide me as to how I can check if its working fine? Possibly by calling some API?

swangi-kumari commented 11 months ago

Hey @speedhs Create a payment via hyperswitch, and match the amount you are passing in your request with amount you are getting in connector response. Both should be same.

swangi-kumari commented 6 months ago

Hey @speedhs , Are you still working on this issue? Let us know if you need any help.