Skip to content

Commit

Permalink
Merge branch 'main' into paze-express-checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja authored Nov 8, 2024
2 parents 7446c42 + bb1990c commit 20d1a8a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.101.7](https://github.com/juspay/hyperswitch-web/compare/v0.101.6...v0.101.7) (2024-11-08)

## [0.101.6](https://github.com/juspay/hyperswitch-web/compare/v0.101.5...v0.101.6) (2024-11-08)

## [0.101.5](https://github.com/juspay/hyperswitch-web/compare/v0.101.4...v0.101.5) (2024-11-07)

## [0.101.4](https://github.com/juspay/hyperswitch-web/compare/v0.101.3...v0.101.4) (2024-11-07)
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.101.5",
"version": "0.101.7",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/Utilities/DynamicFieldsUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ let dynamicFieldsEnabledPaymentMethods = [
"upi_collect",
"sepa",
"affirm",
"walley",
"ach",
"bacs",
"pay_bright",
]

let getName = (item: PaymentMethodsRecord.required_fields, field: RecoilAtomTypes.field) => {
Expand Down

0 comments on commit 20d1a8a

Please sign in to comment.