fixe small pbm with card change
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user