Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Subrata Mal

    (@subratamal)

    @misharnet,

    Please use below code to theme function.php file. By using this code wallet top-up will not be credited until order status marked as completed.

    add_filter('wallet_credit_purchase_order_status', 'wallet_credit_purchase_order_status_callback');
    function wallet_credit_purchase_order_status_callback(){
        return array('completed');
    }

    Thank you.

    Thread Starter misharnet

    (@misharnet)

    @subratamal
    Thanks a lot for your reply it worked!

    Plugin Author Subrata Mal

    (@subratamal)

    @misharnet,

    Could you please consider posting a review for our plugin? In addition to providing feedback, reviews can help other user to know who we are and what our plugin does.

    Cheers!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘admin approval of credit’ is closed to new replies.