Repository › Forums › Support › WooCommerce Extended Coupon Features PRO › PHP Warnings in WJECF_Pro_Admin_Auto_Update.php › Reply To: PHP Warnings in WJECF_Pro_Admin_Auto_Update.php
July 7, 2017 at 3:31 pm
#1626
Soft79
Keymaster
It’ll be fixed in the next release.
If you want a fix right now, open that file and replace line 429:
$response_block = $this->send_request( $action, $args );
with:
$response_block = $this->send_request( $action );