added change card prof 5€

This commit is contained in:
asus
2024-04-09 20:02:03 +02:00
parent ec9bddaefd
commit db4cd0ad55
9 changed files with 169 additions and 118 deletions

View File

@@ -24,8 +24,6 @@ function paypal_shortcode_content_CIPF() {
$paypal_message_failure = get_payment_message_failure_CIPF();
$paypal_message_problem = get_payment_message_problem_CIPF();
// if (!can_pay_now_CIPF())
// return no_payment_CIPF();
$pp_client_id = $paypal_client_id;
$pp_sdk_currency = "EUR";
@@ -55,10 +53,6 @@ function paypal_shortcode_content_CIPF() {
add_shortcode('cipf_paypal_shortcode', 'paypal_shortcode_content_CIPF');
function no_payment_CIPF() {
Plgntls::debug_infos();
return;
}