Commit 36ebb630 by G

Paiement -> Confirmer and fix paymentMethod value

parent 6bbe2874
...@@ -33,7 +33,7 @@ const NumberAndOtpForPaymentScreen: PaymentStackScreenComponentProps< ...@@ -33,7 +33,7 @@ const NumberAndOtpForPaymentScreen: PaymentStackScreenComponentProps<
</Box> </Box>
<Box p={"l"}> <Box p={"l"}>
<Box width={100} height={70} mb={"l"}> <Box width={100} height={70} mb={"l"}>
<PaymentOption onPress={() => {}} paymentMethod={"OrangeMoney"} /> <PaymentOption onPress={() => {}} paymentMethod={"OM"} />
</Box> </Box>
<Box mb={"l"}> <Box mb={"l"}>
<Input <Input
...@@ -47,7 +47,7 @@ const NumberAndOtpForPaymentScreen: PaymentStackScreenComponentProps< ...@@ -47,7 +47,7 @@ const NumberAndOtpForPaymentScreen: PaymentStackScreenComponentProps<
onPress={() => {}} onPress={() => {}}
variant={"full"} variant={"full"}
textVariants={"primary"} textVariants={"primary"}
label="Paiement" label="Confirmer"
/> />
</Box> </Box>
</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