Browse Source

orange money

master
Stephane 4 months ago
parent
commit
c0a2f427bb
  1. 7
      lib/models/payment_method.dart

7
lib/models/payment_method.dart

@ -24,6 +24,13 @@ final List<PaymentMethod> paymentMethods = [
icon: Icons.phone, icon: Icons.phone,
color: Color(0xFF4285F4), color: Color(0xFF4285F4),
), ),
const PaymentMethod(
id: 'orange_money',
name: 'Orange Money',
description: 'Paiement mobile Orange Money',
icon: Icons.phone,
color: Color(0xFF4285F4),
),
const PaymentMethod( const PaymentMethod(
id: 'carte', id: 'carte',
name: 'Carte Bancaire', name: 'Carte Bancaire',

Loading…
Cancel
Save