Skip to content

Commit

Permalink
chore: [IOBP-697] Add payments section definitions (#389)
Browse files Browse the repository at this point in the history
* chore: Add payments section definitions

* Update package.json
  • Loading branch information
Hantex9 authored Oct 16, 2024
1 parent 31a9571 commit 46cdb67
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/payloads/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,18 @@ export const backendStatus: BackendStatus = {
"en-EN": "PayPal services won't be available from 8:30 to 10:40 PM."
}
},
payments: {
is_visible: false,
level: LevelEnum.critical,
message: {
"it-IT": "Dalle 20:30 alle 22:40 non sarà possibile pagare con PayPal.",
"en-EN": "PayPal services won't be available from 8:30 to 10:40 PM."
},
web_url: {
"it-IT": "https://io.italia.it/status/#2012081628",
"en-EN": "https://io.italia.it/status/en/#2012081628"
}
},
ingress: {
is_visible: false,
level: LevelEnum.warning,
Expand Down

0 comments on commit 46cdb67

Please sign in to comment.