Skip to content

Commit

Permalink
Merge branch 'main' into refactor/masking-logic
Browse files Browse the repository at this point in the history
  • Loading branch information
seekshiva authored Mar 12, 2024
2 parents adc4329 + 7376b72 commit 43dcc81
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 122 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.31.1](https://github.com/juspay/hyperswitch-web/compare/v0.31.0...v0.31.1) (2024-03-12)


### Bug Fixes

* card payment customer_acceptance ([#220](https://github.com/juspay/hyperswitch-web/issues/220)) ([c2067e9](https://github.com/juspay/hyperswitch-web/commit/c2067e9c274727eda03686d5986c5071f2da17b2))

# [0.31.0](https://github.com/juspay/hyperswitch-web/compare/v0.30.0...v0.31.0) (2024-03-11)


Expand Down
179 changes: 58 additions & 121 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orca-payment-page",
"version": "0.31.0",
"version": "0.31.1",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/Payments/CardPayment.res
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ let make = (
} else {
defaultCardBody
}
} else if isGuestCustomer || list.payment_type === "normal" {
defaultCardBody
} else {
defaultCardBody->Js.Array2.concat(onSessionBody)
}
Expand Down

0 comments on commit 43dcc81

Please sign in to comment.