Title: Errors in debug.log
Last modified: June 4, 2019

---

# Errors in debug.log

 *  Resolved [embercide](https://wordpress.org/support/users/embercide/)
 * (@embercide)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/)
 * [30-May-2019 04:48:53 UTC] PHP Warning: base64_decode() expects parameter 1 to
   be string, array given in /home/mysite/public_html/wp-content/plugins/afterpay-
   gateway-for-woocommerce/class/WC_Gateway_Afterpay.php on line 1194
 * [30-May-2019 04:48:53 UTC] PHP Notice: unserialize(): Error at offset 0 of 3 
   bytes in /home/mysite/public_html/wp-content/plugins/afterpay-gateway-for-woocommerce/
   class/WC_Gateway_Afterpay.php on line 1194
 * [30-May-2019 04:48:53 UTC] PHP Warning: base64_decode() expects parameter 1 to
   be string, array given in /home/mysite/public_html/wp-content/plugins/afterpay-
   gateway-for-woocommerce/class/WC_Gateway_Afterpay.php on line 1194
 * [30-May-2019 04:48:53 UTC] PHP Notice: unserialize(): Error at offset 0 of 3 
   bytes in /home/mysite/public_html/wp-content/plugins/afterpay-gateway-for-woocommerce/
   class/WC_Gateway_Afterpay.php on line 1194
 * [30-May-2019 04:48:53 UTC] PHP Notice: total_type was called with an argument
   that is **deprecated** since version 3.0! Use dedicated total setter methods 
   instead. in /home/mysite/public_html/wp-includes/functions.php on line 4652

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [embercide](https://wordpress.org/support/users/embercide/)
 * (@embercide)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/#post-11605195)
 * Here’s another one that references the afterpay plugin:
 * [30-May-2019 07:58:55 UTC] post was called incorrectly. Product properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->create_order, apply_filters(‘woocommerce_create_order’), WP_Hook-
   >apply_filters, WC_Gateway_Afterpay->override_order_creation, WC_Abstract_Legacy_Product-
   >__get, wc_doing_it_wrong. This message was added in version 3.0.
 *  Plugin Author [Afterpay](https://wordpress.org/support/users/afterpayit/)
 * (@afterpayit)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/#post-11647297)
 * Hi [@embercide](https://wordpress.org/support/users/embercide/),
 * Thank you for sharing these six log entries.
 * The first four represent a known item that has been addressed in a currently 
   unreleased version of the plugin. Please contact the support team using the link
   below for early access to the latest release candidate.
 * The fifth entry has not been reported before, but does not appear to be related
   to the Afterpay plugin. This notice was triggered from the theme’s `functions.
   php` file and references a method that is not called directly by the Afterpay
   plugin.
 * This is the first report of the final log entry with regard to WooCommerce Product
   properties being accessed directly. Thanks for highlighting this. A ticket has
   been filed in our internal tracking system to be scheduled for further investigation
   and resolution.
 * If you would like to request a member of the support team to provide further 
   assistance in troubleshooting this individual case with you, please create a 
   support ticket here:
    [https://help.afterpay.com/hc/en-au/requests/new?ticket_form_id=193406](https://help.afterpay.com/hc/en-au/requests/new?ticket_form_id=193406)
 * Thank you.
 *  [Antony Booker](https://wordpress.org/support/users/antonynz/)
 * (@antonynz)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/#post-11668884)
 * Getting the same errors here. I’m pretty sure the last error relates to this 
   plugin (the error line doesn’t actually mention the theme/functions.php but wp-
   includes/functions.php).
 * Could it relate to this plugin using the deprecated WooCommerce set_total function?
 *  Plugin Author [Afterpay](https://wordpress.org/support/users/afterpayit/)
 * (@afterpayit)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/#post-11668904)
 * Hi [@antonynz](https://wordpress.org/support/users/antonynz/),
 * Thanks for your comment. Your assessment seems to be accurate.
 * A future iteration of the plugin will only use the deprecated methods in parallel
   with legacy versions of WooCommerce. In the meantime, the suggestion is to avoid
   logging or displaying PHP Notices in Production environments.
 * Thanks for your patience.
 *  [Antony Booker](https://wordpress.org/support/users/antonynz/)
 * (@antonynz)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/#post-11668909)
 * Wow, awesome support. Thanks for the super fast response.
 *  [herman123456](https://wordpress.org/support/users/herman123456/)
 * (@herman123456)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/#post-11676491)
 * Hi there,
 * Error logs from Afterpay :
 * [26-Jun-2019 13:03:40 UTC] billing_first_name was called incorrectly. Order properties
   should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0.
    [26-Jun-2019 13:03:40 UTC] billing_last_name was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   13:03:40 UTC] billing_address_1 was called incorrectly. Order properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 13:03:40 UTC] billing_address_2 was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   13:03:40 UTC] billing_city was called incorrectly. Order properties should not
   be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 13:03:40 UTC] billing_postcode was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] billing_phone was called incorrectly. Order properties should not
   be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 21:35:21 UTC] billing_first_name was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] billing_last_name was called incorrectly. Order properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 21:35:21 UTC] billing_email was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] id was called incorrectly. Order properties should not be accessed
   directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/
   template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook-
   >apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook->
   do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 21:35:21 UTC] shipping_first_name was 
   called incorrectly. Order properties should not be accessed directly. Backtrace:
   require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’),
   do_action(‘template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters,
   WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment,
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] shipping_last_name was called incorrectly. Order properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 21:35:21 UTC] shipping_address_1 was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] shipping_address_2 was called incorrectly. Order properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 21:35:21 UTC] shipping_city was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] shipping_postcode was called incorrectly. Order properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 21:35:21 UTC] billing_first_name was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] billing_last_name was called incorrectly. Order properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 21:35:21 UTC] billing_address_1 was called
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] billing_address_2 was called incorrectly. Order properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0. [26-Jun-2019 21:35:21 UTC] billing_city was called 
   incorrectly. Order properties should not be accessed directly. Backtrace: require(‘
   wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘
   template_redirect’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax,
   do_action(‘wc_ajax_checkout’), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::
   checkout, WC_Checkout->process_checkout, WC_Checkout->process_order_payment, 
   WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay->get_order_token, WC_Abstract_Legacy_Order-
   >__get, wc_doing_it_wrong. This message was added in version 3.0. [26-Jun-2019
   21:35:21 UTC] billing_postcode was called incorrectly. Order properties should
   not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘
   wp-includes/template-loader.php’), do_action(‘template_redirect’), WP_Hook->do_action,
   WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action(‘wc_ajax_checkout’), WP_Hook-
   >do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout,
   WC_Checkout->process_order_payment, WC_Gateway_Afterpay->process_payment, WC_Gateway_Afterpay-
   >get_order_token, WC_Abstract_Legacy_Order->__get, wc_doing_it_wrong. This message
   was added in version 3.0.
 *  Plugin Author [Afterpay](https://wordpress.org/support/users/afterpayit/)
 * (@afterpayit)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/#post-11826672)
 * Hi [@embercide](https://wordpress.org/support/users/embercide/), [@antonynz](https://wordpress.org/support/users/antonynz/)
   and [@herman123456](https://wordpress.org/support/users/herman123456/),
 * Please be advised that the latest release of the Afterpay Gateway for WooCommerce
   plugin (v2.1.0) includes several revisions to the checkout functionality for 
   WooCommerce 3.6 and 3.7. Please reply to this topic if any verbose notices similar
   to those reported above are occurring in v2.1.0.
 * Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Errors in debug.log’ is closed to new replies.

 * ![](https://ps.w.org/afterpay-gateway-for-woocommerce/assets/icon.svg?rev=3261877)
 * [Afterpay Gateway for WooCommerce](https://wordpress.org/plugins/afterpay-gateway-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/afterpay-gateway-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/afterpay-gateway-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/afterpay-gateway-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/afterpay-gateway-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/afterpay-gateway-for-woocommerce/reviews/)

 * 7 replies
 * 4 participants
 * Last reply from: [Afterpay](https://wordpress.org/support/users/afterpayit/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/errors-in-debug-log-4/#post-11826672)
 * Status: resolved