29/04/23 19h
parent
c1ec596878
commit
961170328f
|
@ -1235,7 +1235,7 @@ function Abonnement(props) {
|
|||
</InputAdornment>
|
||||
),
|
||||
}}
|
||||
variant="standard"
|
||||
|
||||
/>
|
||||
|
||||
<TextField
|
||||
|
@ -1252,7 +1252,7 @@ function Abonnement(props) {
|
|||
</InputAdornment>
|
||||
),
|
||||
}}
|
||||
variant="standard"
|
||||
|
||||
/>
|
||||
<br />
|
||||
|
||||
|
@ -1269,7 +1269,7 @@ function Abonnement(props) {
|
|||
</InputAdornment>
|
||||
),
|
||||
}}
|
||||
variant="standard"
|
||||
|
||||
/>
|
||||
|
||||
|
||||
|
@ -1286,7 +1286,7 @@ function Abonnement(props) {
|
|||
</InputAdornment>
|
||||
),
|
||||
}}
|
||||
variant="standard"
|
||||
|
||||
/>
|
||||
|
||||
|
||||
|
@ -1303,7 +1303,7 @@ function Abonnement(props) {
|
|||
</InputAdornment>
|
||||
),
|
||||
}}
|
||||
variant="standard"
|
||||
|
||||
/>
|
||||
<br />
|
||||
<TextField
|
||||
|
@ -1319,7 +1319,7 @@ function Abonnement(props) {
|
|||
</InputAdornment>
|
||||
),
|
||||
}}
|
||||
variant="standard"
|
||||
|
||||
/>
|
||||
|
||||
<TextField
|
||||
|
@ -1335,7 +1335,7 @@ function Abonnement(props) {
|
|||
</InputAdornment>
|
||||
),
|
||||
}}
|
||||
variant="standard"
|
||||
|
||||
/>
|
||||
<br />
|
||||
<TextField
|
||||
|
@ -1351,7 +1351,7 @@ function Abonnement(props) {
|
|||
</InputAdornment>
|
||||
),
|
||||
}}
|
||||
variant="standard"
|
||||
|
||||
/>
|
||||
<br />
|
||||
|
||||
|
|
|
@ -1030,6 +1030,7 @@ function CheckOut(props) {
|
|||
" secure_url = ", data['secure_url']);*/
|
||||
|
||||
if (String(data['status']) === String("true")) {
|
||||
setLoading(false);
|
||||
setpayement_ok("1");
|
||||
setamount_captured(data['amount_captured']);
|
||||
setPaymentIntent("1");
|
||||
|
@ -1037,12 +1038,14 @@ function CheckOut(props) {
|
|||
|
||||
}
|
||||
else {
|
||||
setLoading(false);
|
||||
setpayement_ok("0");
|
||||
}
|
||||
|
||||
|
||||
}).catch((error) => {
|
||||
|
||||
setLoading(false);
|
||||
//console.log('Error:', error.message);
|
||||
setpayement_ok("0");
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
}
|
||||
|
||||
.texte_area_adress {
|
||||
width: 100% !important;
|
||||
width: 100% !important;
|
||||
font-size: x-small !important;
|
||||
font-family: "verdana", "Quicksand", "Signika", sans-serif;
|
||||
margin: 0rem !important;
|
||||
|
@ -897,4 +897,11 @@
|
|||
.img_payment {
|
||||
max-width: 30%;
|
||||
}
|
||||
|
||||
.Mui-disabled {
|
||||
color: 212121 !important;
|
||||
}
|
||||
.css-1o9s3wi-MuiInputBase-input-MuiOutlinedInput-input{
|
||||
color: #212121 !important;
|
||||
}
|
||||
}
|
|
@ -925,7 +925,7 @@
|
|||
.firstConnexion {
|
||||
-webkit-box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 50%);
|
||||
box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 50%);
|
||||
width: 76%;
|
||||
width: 75%;
|
||||
float: left;
|
||||
margin-bottom: 2px;
|
||||
margin-left: 15px;
|
||||
|
@ -1418,7 +1418,7 @@
|
|||
.firstConnexion {
|
||||
-webkit-box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 50%);
|
||||
box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 50%);
|
||||
width: 80%;
|
||||
width: 79%;
|
||||
float: left;
|
||||
margin-bottom: 2px;
|
||||
margin-left: 15px;
|
||||
|
@ -1882,7 +1882,7 @@
|
|||
.firstConnexion {
|
||||
-webkit-box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 50%);
|
||||
box-shadow: 1px 1px 10px 1px rgba(243, 190, 190, 0.5);
|
||||
width: 83%;
|
||||
width: 82%;
|
||||
float: left;
|
||||
margin-bottom: 2px;
|
||||
margin-left: 15px;
|
||||
|
|
Loading…
Reference in New Issue