Skip to content

Commit

Permalink
Merge pull request #46 from peaqnetwork/fix/1202806304698419_change-p…
Browse files Browse the repository at this point in the history
…eaqpay-to-peaqpay-on-payment-authorization-screen

Fix/1202806304698419 change PeaqPay to peaqPay on payment authorization screen
  • Loading branch information
irediaes authored Aug 17, 2022
2 parents 3fb4465 + 4d6c7c0 commit 497a72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/config/env.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ class Env {
static const String peaqTestnet = "wss://wss.agung.peaq.network";
// static const String peaqTestnet = "ws://10.0.2.2:9944";
static const String didDocAttributeName = "v2";
static const String poweredBy = "powered by";
static const String peaqPay = "peaqPay";
}
4 changes: 2 additions & 2 deletions lib/screens/charging_session.dart
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,11 @@ class _CharginSessionScreenState extends State<CharginSessionScreen>
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
"powered by: ",
Env.poweredBy,
style: CEVTheme.labelStyle.copyWith(fontSize: 10),
),
Text(
"PeaqPay",
Env.peaqPay,
style: CEVTheme.titleLabelStyle.copyWith(fontSize: 12),
)
],
Expand Down

0 comments on commit 497a72f

Please sign in to comment.