Skip to content

Commit

Permalink
chore: Add remote feature flag to the new payment section (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantex9 authored May 29, 2024
1 parent 6ec8883 commit 889128f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"api_cgn": "https://raw.githubusercontent.com/pagopa/io-backend/v13.32.1-RELEASE/api_cgn.yaml",
"api_cgn_merchants": "https://raw.githubusercontent.com/pagopa/io-backend/v13.32.1-RELEASE/api_cgn_operator_search.yaml",
"api_cgn_geo": "https://raw.githubusercontent.com/pagopa/io-backend/here_geoapi_integration/api_geo.yaml",
"content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.31/definitions.yml",
"content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.32/definitions.yml",
"api_pagopa_walletv2": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.30/bonus/specs/bpd/pm/walletv2.json",
"api_pagopa": "https://raw.githubusercontent.com/pagopa/io-app/master/assets/paymentManager/spec.json",
"pagopa_cobadge_configuration": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.30/pagopa/cobadge/abi_definitions.yml",
Expand Down
7 changes: 7 additions & 0 deletions src/payloads/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ export const backendStatus: BackendStatus = {
android: "1.2.3"
}
},
newPaymentSection: {
enabled: false,
min_app_version: {
ios: "0.0.0",
android: "0.0.0"
}
},
fastLogin: {
min_app_version: {
ios: "0.0.0",
Expand Down

0 comments on commit 889128f

Please sign in to comment.