Merge branch 'master' of https://git.c4m.mg/Andrii/CARING_RESTORANT
This commit is contained in:
commit
d8910bb34a
@ -33,6 +33,13 @@ class _CaisseScreenState extends State<CaisseScreen> {
|
|||||||
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…
Reference in New Issue
Block a user