• Hello again. The notification says that the order is not paid. How can I change this, maybe I could fix it if you tell me a little.

    Bank payment plugin installed, payment via cards. The person pays for the order successfully and in the order itself writes: “SERVICE: payment successful”.

    But the notification comes:
    “Order NOT Paid (SERVICE)”

Viewing 1 replies (of 1 total)
  • Plugin Author rainafarai

    (@rainafarai)

    I dont know maybe a problem with you payment plugin ..
    I ask $order Object $order->is_paid()
    very easy … maybe your payment plug can’t set payment status


      if($order->is_paid())
                $paid = __('Order Paid');
            else
                $paid = __('Order NOT Paid');
Viewing 1 replies (of 1 total)
  • The topic ‘Order NOT PAID upon successful payment’ is closed to new replies.