Skip to content

Commit 2c820de

Browse files
committed
Merge branch 'main' of github.com:juspay/hyperswitch into cypress-payout-fix
* 'main' of github.com:juspay/hyperswitch: refactor(connector): convert init payment flow to preprocessing flow for shift4 (#4884) ci(cypress): Add billing address for bank redirects (#4903) refactor(openapi): move openapi to a separate folder (#4859) chore(version): 2024.06.07.0 refactor(outgoing_webhooks): raise errors in the analytics pipeline in case of API client errors or non-2xx responses (#4894) chore(config): [MIFINITY] add configs for Mifinity in WASM (#4895) feat(router): add `acquirer_country_code` in acquirer_details and send it in netcetera authentication flow (#4835) refactor(connector): convert init payment flow to preprocessing flow for nuvei (#4878) feat(connector): [MIFINITY] Implement payment flows and Mifinity payment method (#4592) fix(connectors): [BOA/CYBS] make avs code optional (#4898) feat(events): add metadata info to events (#4875)
2 parents b5f178f + 5b92371 commit 2c820de

File tree

205 files changed

+3054
-5458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+3054
-5458
lines changed

.github/workflows/validate-openapi-spec.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ jobs:
6060

6161
- name: Validate the JSON file
6262
shell: bash
63-
run: swagger-cli validate ./openapi/openapi_spec.json
63+
run: swagger-cli validate ./api-reference/openapi_spec.json
6464

6565
- name: Commit the JSON file if it is not up-to-date
6666
# PR originated from same repository
6767
if: ${{ (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name) }}
6868
shell: bash
6969
run: |
70-
if ! git diff --quiet --exit-code -- openapi/openapi_spec.json ; then
70+
if ! git diff --quiet --exit-code -- api-reference/openapi_spec.json ; then
7171
git config --local user.name 'hyperswitch-bot[bot]'
7272
git config --local user.email '148525504+hyperswitch-bot[bot]@users.noreply.github.com'
73-
git add openapi/openapi_spec.json
73+
git add api-reference/openapi_spec.json
7474
git commit --message 'docs(openapi): re-generate OpenAPI specification'
7575
git push
7676
fi
@@ -79,7 +79,7 @@ jobs:
7979
if: ${{ (github.event_name == 'merge_group') || ((github.event_name == 'pull_request') && (github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name)) }}
8080
shell: bash
8181
run: |
82-
if ! git diff --quiet --exit-code -- openapi/openapi_spec.json ; then
82+
if ! git diff --quiet --exit-code -- api-reference/openapi_spec.json ; then
8383
echo '::error::The OpenAPI spec file is not up-to-date. Please re-generate the OpenAPI spec file using `cargo run -p openapi` and commit it.'
8484
exit 1
8585
fi

CHANGELOG.md

Lines changed: 25 additions & 0 deletions

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)