orange money

This commit is contained in:
Stephane 2025-08-03 22:14:14 +03:00
parent 1207eeff13
commit 3b87285ec6

View File

@ -33,6 +33,13 @@ class _CaisseScreenState extends State<CaisseScreen> {
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',