• Resolved NtwJzcWtaea

    (@xiaolllll)


    hello:

    when refund with a auto payment gateway in woocommerce order details, there is a order note for the admin to approve, I found the code reference in dokan-pro\includes\Refund\Hooks.php

    public function add_order_note_on_refund_request_create( $refund ) {
    if ( ! ProcessAutomaticRefund::instance()->is_auto_refundable_gateway( $refund ) ) {
    return;
    }

    have a check pls!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘auto refund order note logical’ is closed to new replies.