Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(payment_methods_v2): Payment methods v2 API models #5564

Merged
merged 25 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
b1ffaf6
feat(payment_methods_v2): Payment methods v2 API models
Sarthak1799 Aug 7, 2024
dd73c0c
chore: run formatter
hyperswitch-bot[bot] Aug 7, 2024
8732045
Merge branch 'main' into pm-models-v2
Sarthak1799 Aug 7, 2024
013a793
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] Aug 7, 2024
b0cd0f2
fix(payment_methods_v2): script changes
Sarthak1799 Aug 7, 2024
c032d28
Merge branch 'main' of github.com:juspay/hyperswitch into pm-models-v2
Sarthak1799 Aug 8, 2024
8a5ef21
fix(payment_methods_v2): Resolved comments
Sarthak1799 Aug 12, 2024
9ca881c
chore: run formatter
hyperswitch-bot[bot] Aug 12, 2024
78069f4
fix(payment_methods_v2): Resolved comments
Sarthak1799 Aug 12, 2024
39c128c
fix(payment_methods_v2): Resolved comments
Sarthak1799 Aug 13, 2024
2d100a4
Merge branch 'main' into pm-models-v2
Sarthak1799 Aug 14, 2024
169a890
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] Aug 14, 2024
bba3b8a
fix(payment_methods_v2): fixed v2 funcs
Sarthak1799 Aug 14, 2024
6b34cbe
Merge branch 'main' of github.com:juspay/hyperswitch into pm-models-v2
Sarthak1799 Aug 14, 2024
5986fbf
Merge branch 'main' into pm-models-v2
Sarthak1799 Aug 20, 2024
2c0e5e6
fix(payment_methods_v2): Fixed errors
Sarthak1799 Aug 21, 2024
194a2ba
fix(payment_methods_v2): Fixed errors
Sarthak1799 Aug 21, 2024
c5b29a2
fix(payment_methods_v2): Resolved comments
Sarthak1799 Aug 22, 2024
aab6e8c
chore: run formatter
hyperswitch-bot[bot] Aug 22, 2024
835bf15
fix(payment_methods_v2): Fixed errors
Sarthak1799 Aug 22, 2024
5009e57
fix(payment_methods_v2): Resolved comments
Sarthak1799 Aug 22, 2024
0dd4f3d
fix(payment_methods_v2): Fixed errors
Sarthak1799 Aug 22, 2024
92e1a68
Merge branch 'main' into pm-models-v2
Sarthak1799 Aug 22, 2024
be4bee6
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] Aug 22, 2024
07979b9
Merge branch 'main' of github.com:juspay/hyperswitch into pm-models-v2
Sarthak1799 Aug 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -10283,17 +10283,6 @@
}
}
},
{
"type": "object",
"required": [
"paypal"
],
"properties": {
"paypal": {
"type": "object"
}
}
},
{
"type": "object",
"required": [
Expand Down
Loading
Loading