Commit 36ebb630 by G

Paiement -> Confirmer and fix paymentMethod value

parent 6bbe2874
......@@ -33,7 +33,7 @@ const NumberAndOtpForPaymentScreen: PaymentStackScreenComponentProps<
</Box>
<Box p={"l"}>
<Box width={100} height={70} mb={"l"}>
<PaymentOption onPress={() => {}} paymentMethod={"OrangeMoney"} />
<PaymentOption onPress={() => {}} paymentMethod={"OM"} />
</Box>
<Box mb={"l"}>
<Input
......@@ -47,7 +47,7 @@ const NumberAndOtpForPaymentScreen: PaymentStackScreenComponentProps<
onPress={() => {}}
variant={"full"}
textVariants={"primary"}
label="Paiement"
label="Confirmer"
/>
</Box>
</Box>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment