Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author yoancutillas

    (@yoancutillas)

    Hello,

    The error in the browser console says that an error 500 occurred on your server side, I would need to read that error details.

    Can you:

    Replace in wp-config.php (at the root of your WordPress install)

    define(‘WP_DEBUG’, false);
    with:
    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    2.
    Reproduce the error: try to refund a booking with a coupon

    3..

    Send me the wp-content/debug.log file (if it has appeared) at [email protected]

    Plugin Author yoancutillas

    (@yoancutillas)

    Thank you,

    The problem was that Booking Activities made use of the WC Legacy REST API, which is now a plugin separated from WooCommerce core plugin: https://ww.wp.xz.cn/plugins/woocommerce-legacy-rest-api

    I have published a fix, can you update to 1.16.15 and try again?

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

The topic ‘Problem with generating coupons’ is closed to new replies.