diff --git a/lib/models/payment_method.dart b/lib/models/payment_method.dart index b8a360c..f4f3b9f 100644 --- a/lib/models/payment_method.dart +++ b/lib/models/payment_method.dart @@ -24,6 +24,13 @@ final List paymentMethods = [ icon: Icons.phone, color: Color(0xFF4285F4), ), + const PaymentMethod( + id: 'orange_money', + name: 'Orange Money', + description: 'Paiement mobile Orange Money', + icon: Icons.phone, + color: Color(0xFF4285F4), + ), const PaymentMethod( id: 'carte', name: 'Carte Bancaire',