fixe small pbm with card change

This commit is contained in:
asus
2024-04-09 20:11:58 +02:00
parent db4cd0ad55
commit e77e41073f
2 changed files with 23 additions and 22 deletions

View File

@@ -113,6 +113,9 @@ function get_paypal_price_CIPF($user_id = null) {
if (is_paypal_force_1_cent_CIPF($user_id)) {
$price = "0.01";
}
else if (is_acf_prof_change_card_CIPF($user_id)) {
$price = "5";
}
else {
$price = get_card_price_CIPF($user_id);
}