juspay / hyperswitch

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

fix(docs): open-api fix for payment response #5103

Closed srujanchikke closed 3 months ago

srujanchikke commented 3 months ago

Type of Change

Description

Previous api reference docs : payment response-> payment_method and payment_response>payment_method_type have wrong types, This PR modifies open api spec files.

Screenshot 2024-06-24 at 5 52 40 PM

Additional Changes

Motivation and Context

How did you test it?

Validate open api spec json check in CI checks.

Checklist