Skip to content

Commit

Permalink
Replace icons at checkout screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Oct 4, 2023
1 parent 31af7fa commit 7421c0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/images/bitcoin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/images/webmoney.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions lib/common/ui/image_paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class ImagePaths {
static const lock = 'assets/images/lock.svg';
static const split_tunneling = 'assets/images/split_tunneling.svg';
static const forum = 'assets/images/forum.svg';
static const webMoney = 'assets/images/webmoney.svg';
static const bitcoin = 'assets/images/bitcoin.svg';

// Messaging
static const more_vert = 'assets/images/more_vert.svg';
Expand Down
4 changes: 2 additions & 2 deletions lib/plans/checkout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ class _CheckoutState extends State<Checkout>
logoPaths: const [
ImagePaths.mnp,
ImagePaths.qiwi,
ImagePaths.visa,
ImagePaths.mastercard
ImagePaths.webMoney,
ImagePaths.bitcoin
],
onChanged: () => selectPaymentProvider(Providers.freekassa),
selectedPaymentProvider: selectedPaymentProvider,
Expand Down

0 comments on commit 7421c0e

Please sign in to comment.