Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8da90c0
feat: razorpay-upi
swangi-kumari May 12, 2025
f1117fe
feat: comment webhook code
swangi-kumari May 13, 2025
49c1723
refactor: fix
swangi-kumari May 13, 2025
a9b8785
refactor: remove println
swangi-kumari May 13, 2025
3fb7c21
refactor: remove unnecessary comments
swangi-kumari May 13, 2025
60a9a1b
refactor: required fields
swangi-kumari May 14, 2025
9ba5f8f
feat: add CreateOrder flow
May 20, 2025
198838c
Merge branch 'main' into razorpay-upi
Aishwariyaa-Anand May 21, 2025
798d122
chore: run formatter
hyperswitch-bot[bot] May 21, 2025
caa1035
feat: add CreateOrder for v1
May 22, 2025
d936c01
reslove comments
May 23, 2025
42be684
chore: run formatter
hyperswitch-bot[bot] May 23, 2025
2f51bb7
Merge branch 'main' into razorpay-upi
Aishwariyaa-Anand May 26, 2025
8108551
fix ci checks
May 27, 2025
8f80130
refactor: add wait screen and display connector error
May 28, 2025
271622d
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] May 28, 2025
efa0ca8
add generate_connector_request_reference_id
May 30, 2025
bc8fbcf
Merge branch 'main' into razorpay-upi
Aishwariyaa-Anand May 30, 2025
a54bdd4
add connector_request_reference_id in payment_attempt
Jun 2, 2025
6543d87
refactor: get_billing_email
Jun 3, 2025
cf66933
apply suggestions
Jun 3, 2025
179f446
chore: run formatter
hyperswitch-bot[bot] Jun 3, 2025
1ebef5b
fix: openapi changes
Jun 3, 2025
049d344
generate openapi
Jun 3, 2025
e85677f
add connector error resp
Jun 4, 2025
2393bd0
Merge branch 'main' into razorpay-upi
Aishwariyaa-Anand Jun 5, 2025
05bb06a
add connector unexpected error
Jun 5, 2025
8dd7313
refactor: connector response error
Jun 7, 2025
b96073a
apply suggestions
Jun 9, 2025
83dc2bf
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] Jun 9, 2025
63a2767
remove comment
Jun 9, 2025
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
2 changes: 1 addition & 1 deletion config/config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ plaid.base_url = "https://sandbox.plaid.com"
powertranz.base_url = "https://staging.ptranz.com/api/"
prophetpay.base_url = "https://ccm-thirdparty.cps.golf/"
rapyd.base_url = "https://sandboxapi.rapyd.net"
razorpay.base_url = "https://sandbox.juspay.in/"
razorpay.base_url = "https://api.razorpay.com/"
recurly.base_url = "https://v3.recurly.com"
redsys.base_url = "https://sis-t.redsys.es:25443"
riskified.base_url = "https://sandbox.riskified.com/api"
Expand Down
2 changes: 1 addition & 1 deletion config/deployments/integration_test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ plaid.base_url = "https://sandbox.plaid.com"
powertranz.base_url = "https://staging.ptranz.com/api/"
prophetpay.base_url = "https://ccm-thirdparty.cps.golf/"
rapyd.base_url = "https://sandboxapi.rapyd.net"
razorpay.base_url = "https://sandbox.juspay.in/"
razorpay.base_url = "https://api.razorpay.com/"
recurly.base_url = "https://v3.recurly.com"
redsys.base_url = "https://sis-t.redsys.es:25443"
shift4.base_url = "https://api.shift4.com/"
Expand Down
2 changes: 1 addition & 1 deletion config/deployments/production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ plaid.base_url = "https://production.plaid.com"
powertranz.base_url = "https://staging.ptranz.com/api/"
prophetpay.base_url = "https://ccm-thirdparty.cps.golf/"
rapyd.base_url = "https://api.rapyd.net"
razorpay.base_url = "https://api.juspay.in"
razorpay.base_url = "https://api.razorpay.com/"
recurly.base_url = "https://v3.recurly.com"
redsys.base_url = "https://sis.redsys.es"
riskified.base_url = "https://wh.riskified.com/api/"
Expand Down
2 changes: 1 addition & 1 deletion config/deployments/sandbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ plaid.base_url = "https://sandbox.plaid.com"
powertranz.base_url = "https://staging.ptranz.com/api/"
prophetpay.base_url = "https://ccm-thirdparty.cps.golf/"
rapyd.base_url = "https://sandboxapi.rapyd.net"
razorpay.base_url = "https://sandbox.juspay.in/"
razorpay.base_url = "https://api.razorpay.com/"
recurly.base_url = "https://v3.recurly.com"
redsys.base_url = "https://sis-t.redsys.es:25443"
riskified.base_url = "https://sandbox.riskified.com/api"
Expand Down
2 changes: 1 addition & 1 deletion config/development.toml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ plaid.base_url = "https://sandbox.plaid.com"
powertranz.base_url = "https://staging.ptranz.com/api/"
prophetpay.base_url = "https://ccm-thirdparty.cps.golf/"
rapyd.base_url = "https://sandboxapi.rapyd.net"
razorpay.base_url = "https://sandbox.juspay.in/"
razorpay.base_url = "https://api.razorpay.com/"
recurly.base_url = "https://v3.recurly.com"
redsys.base_url = "https://sis-t.redsys.es:25443"
riskified.base_url = "https://sandbox.riskified.com/api"
Expand Down
2 changes: 1 addition & 1 deletion config/docker_compose.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ plaid.base_url = "https://sandbox.plaid.com"
powertranz.base_url = "https://staging.ptranz.com/api/"
prophetpay.base_url = "https://ccm-thirdparty.cps.golf/"
rapyd.base_url = "https://sandboxapi.rapyd.net"
razorpay.base_url = "https://sandbox.juspay.in/"
razorpay.base_url = "https://api.razorpay.com/"
recurly.base_url = "https://v3.recurly.com"
redsys.base_url = "https://sis-t.redsys.es:25443"
riskified.base_url = "https://sandbox.riskified.com/api"
Expand Down
Loading
Loading