Skip to content

Commit

Permalink
Merge branch 'compressed-theme-layout' of github.com:juspay/hyperswit…
Browse files Browse the repository at this point in the history
…ch-web into compressed-theme-layout
  • Loading branch information
Pritish Budhiraja committed May 2, 2024
2 parents 5ff752d + 5b5aa30 commit 645a20f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.47.1](https://github.com/juspay/hyperswitch-web/compare/v0.47.0...v0.47.1) (2024-05-02)


### Bug Fixes

* **paymentutils:** fixed Maximum Depth Exceeded ([#343](https://github.com/juspay/hyperswitch-web/issues/343)) ([f8443c3](https://github.com/juspay/hyperswitch-web/commit/f8443c3a37874b33de6ec1ee83362aef99dc113c))

# [0.47.0](https://github.com/juspay/hyperswitch-web/compare/v0.46.5...v0.47.0) (2024-04-30)


Expand Down
4 changes: 2 additions & 2 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.47.0",
"version": "0.47.1",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/Utilities/PaymentUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,5 @@ let useGetPaymentMethodList = (~list, ~paymentOptions, ~paymentType) => {
areAllApplePayRequiredFieldsPrefilled,
optionAtomValue.wallets.payPal,
paymentType,
paymentOrder,
paymentOptions,
))
}

0 comments on commit 645a20f

Please sign in to comment.