Skip to content

Commit

Permalink
Merge branch 'main' into click-to-pay-addition
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja authored Dec 17, 2024
2 parents ca702c1 + c548adf commit 810f8f3
Show file tree
Hide file tree
Showing 30 changed files with 21,034 additions and 5,078 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [conven

- - -

## 2024.12.17.1

### Miscellaneous Tasks

- Package update ([#1946](https://github.com/juspay/hyperswitch-control-center/pull/1946)) ([`8c8a444`](https://github.com/juspay/hyperswitch-control-center/commit/8c8a4441886bfa47590b3a81de35adbca30d2fb6))

**Full Changelog:** [`2024.12.17.0...2024.12.17.1`](https://github.com/juspay/hyperswitch-control-center/compare/2024.12.17.0...2024.12.17.1)

- - -

## 2024.12.17.0

### Features

- Additional recipients in generate report ([#1911](https://github.com/juspay/hyperswitch-control-center/pull/1911)) ([`73478b5`](https://github.com/juspay/hyperswitch-control-center/commit/73478b58de6b762ee3db76d258d27f7325f706f0))
- Refunds amount count module ([#1915](https://github.com/juspay/hyperswitch-control-center/pull/1915)) ([`3493139`](https://github.com/juspay/hyperswitch-control-center/commit/3493139c91f8a0256983dd2937ed156e62960403))

### Bug Fixes

- Removing unused feature flags ([#1920](https://github.com/juspay/hyperswitch-control-center/pull/1920)) ([`1a55514`](https://github.com/juspay/hyperswitch-control-center/commit/1a555148efe72b01bab729db84d3d8bb17c8803a))

**Full Changelog:** [`2024.12.16.0...2024.12.17.0`](https://github.com/juspay/hyperswitch-control-center/compare/2024.12.16.0...2024.12.17.0)

- - -

## 2024.12.16.0

### Features

- Refunds success rate ([#1917](https://github.com/juspay/hyperswitch-control-center/pull/1917)) ([`4693520`](https://github.com/juspay/hyperswitch-control-center/commit/4693520ea4ac550d510d2f15fe2d01c5ba5c925b))

### Bug Fixes

- Handle recon-iframe logout in dashboard ([#1914](https://github.com/juspay/hyperswitch-control-center/pull/1914)) ([`dc07d46`](https://github.com/juspay/hyperswitch-control-center/commit/dc07d46a0e0098b3e4162d48d4c7879a3df35aa3))

**Full Changelog:** [`2024.12.13.1...2024.12.16.0`](https://github.com/juspay/hyperswitch-control-center/compare/2024.12.13.1...2024.12.16.0)

- - -

## 2024.12.13.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .
ARG BRANCH_NAME=hyperswitch
ARG RUN_TEST=false
RUN echo git branch is $BRANCH_NAME
RUN npm i --force
RUN npm i
RUN npm run build:prod


Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Follow these simple steps to set up Hyperswitch on your local machine.
3. Install project dependencies:

```bash
npm install --force
npm install
```

4. Update the config.toml file
Expand Down Expand Up @@ -136,10 +136,6 @@ In Live mode, current users are not allowed to sign up. Users must be created ma

The `email` feature flag enables user sign-in and sign-up using magic links instead of passwords. When enabled, users can request a magic link via email that logs them into their account or creates a new account if they are signing up.

#### Quick Start

The `quick_start` feature flag enables the simplified onboarding flow for new users, where they connect to processors, configure payment routing and test a payment, all in one flow.

### Surcharge

The `surcharge` feature flag enables the ability to apply surcharges to payments. When enabled, you can create advanced rules based on payment parameters like amount, currency, and payment method to enforce surcharges as needed.
Expand Down
2 changes: 0 additions & 2 deletions config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ configure_pmts=false
branding=false
live_users_counter=false
granularity=false
custom_webhook_headers=false
compliance_certificate=false
pm_authentication_processor=true
performance_monitor=false
Expand All @@ -50,7 +49,6 @@ new_analytics_smart_retries=false
new_analytics_refunds=false
down_time=false
tax_processor=true
transaction_view=false
x_feature_route=false
tenant_user=false
[default.merchant_config]
Expand Down
1 change: 0 additions & 1 deletion cypress/e2e/auth/auth.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ describe("Auth Module", () => {
branding: false,
live_users_counter: false,
granularity: false,
custom_webhook_headers: false,
compliance_certificate: false,
user_management_revamp: false,
pm_authentication_processor: true,
Expand Down
Loading

0 comments on commit 810f8f3

Please sign in to comment.