orange money

This commit is contained in:
Stephane 2025-08-03 21:49:27 +03:00
parent 5434679d77
commit c0a2f427bb

View File

@ -24,6 +24,13 @@ final List<PaymentMethod> 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',