• Resolved mamarce

    (@mamarce)


    A seguito di un vostro errore con i certificati SSL dell’11 gennaio comunicato abbiamo scoperto che il codice sorgente del vostro plugin fa la chiamata WC_Gateway_Gestpay_PAYPAL::log() ma WC_Gateway_Gestpay_PAYPAL non ha una funzione log(). Mi riferisco al file ad una chiamata nel file?wp-content/plugins/gestpay-for-woocommerce/gestpay-for-woocommerce.php e in particolare:

    // Create a SOAP client which uses the GestPay webservice and then encrypt values.
    try {
    ? ? $client = $this->Helper->get_soap_client( $this->ws_url );
    ? ? if ( empty( $client ) ) {
    ? ? ? ? $this->log( $order, "Failed to load SOAP Client" ); //<-- ERRORE funzione non esistente
    ? ? ? ? return FALSE;
    ? ? }

    Potete fissare e rilasciare un aggiornamento?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Call to undefined method WC_Gateway_Gestpay_PAYPAL::log()’ is closed to new replies.