Undefined function wcs_order_contains_renewal()
-
Sul sito ho attivo gestpay con i pagamenti carta e paypal (di gestpay e non quella di default woocommerce).
Al pagamento con qualunque tipo di scelta produce questo log:CRITICAL Uncaught Error: Call to undefined function wcs_order_contains_renewal() in /wp-content/plugins/gestpay-for-woocommerce/inc/payment_types/gestpay-paypal.php:48
La funzione wcs_order_contains_renewal non esiste e io ho fixato con questo codice a linea 48:
$is_sub_ok = ! (function_exists ( "wcs_order_contains_renewal" ) && wcs_order_contains_renewal( $order )) && ( $this->Helper->is_a_subscription() || $this->Helper->is_subscription_order( $order ) );
Però vorrei capire cosa succede, se è un mio problema o no.
- The topic ‘Undefined function wcs_order_contains_renewal()’ is closed to new replies.