Viewing 4 replies - 1 through 4 (of 4 total)
  • Please where will wallet amount be displayed when customer recharge wallet in your new update

    Thread Starter tarik98

    (@tarik98)

    wc_create_refund( array(
              'amount'         => wc_format_decimal($amount),
              'reason'         => $reason,
              'order_id'       => $order_id,
              'refund_payment' => true
              ));

    I use the above code for refund, but it refunds to the same gateway trough which it was paid, I need to also add arg, so the refund happens only to Wallet. I am sorry I did not explain myself better above.

    Plugin Author Subrata Mal

    (@subratamal)

    @tarik98 Sorry WooCommerce will not allow us to forcefully apply the refund to the wallet. WooCommerce will call the respective payment gateway for refund. You can manually refund the order amount from the order edit page.

    Plugin Author Subrata Mal

    (@subratamal)

    @gmasterpos You will find the new status widget in WordPress dashboard WooCommerce stat widget.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WooCommerce Wallet Gateway Refund’ is closed to new replies.