changed all instances of fipf to cipf

This commit is contained in:
asus
2024-03-07 22:32:50 +01:00
parent f870f77a2c
commit be79310404
18 changed files with 170 additions and 92 deletions

View File

@@ -15,11 +15,11 @@ if (!defined('ABSPATH')) {
/**
* call to paypal_shortcode_content()
*/
function paypal_shortcode_content_FIPF()
function paypal_shortcode_content_CIPF()
{
// if (!can_pay_now_CIPF())
// return no_payment_CIPF();
$fipfcard_paypal = new PLGNTLS_class();
$cipfcard_paypal = new PLGNTLS_class();
$pp_client_id = PAYPAL_CLIENT_ID;
$pp_sdk_currency = "EUR";
@@ -31,7 +31,7 @@ function paypal_shortcode_content_FIPF()
$paypal_message_success = PAYPAL_MESSAGE_SUCCESS;
$paypal_message_failure = PAYPAL_MESSAGE_FAILURE;
$added_to_front = $fipfcard_paypal->add_to_front(
$added_to_front = $cipfcard_paypal->add_to_front(
array(
$pp_sdk_url,
array("js/paypal/paypal.js", 'type'=>'module'),
@@ -47,7 +47,7 @@ function paypal_shortcode_content_FIPF()
return $added_to_front;
}
add_shortcode('fipf_paypal_shortcode', 'paypal_shortcode_content_FIPF');
add_shortcode('cipf_paypal_shortcode', 'paypal_shortcode_content_CIPF');
function no_payment_CIPF() {