+ Reply to Thread
Results 1 to 3 of 3

Thread: inquiry

  1. #1

    Exclamation inquiry

    Hello
    I have integrated a new payment gateway
    Everything works fine. Renew and purchase packages etc.
    But the problem is with the booking
    When the payment is made, the payment gateway successfully collects the percentage commission for the money, but on the payment history page on the site, it remains "unpaid"
    Is this normal because it is a commission percentage and must be converted to paid by the administrator manually, or is it wrong in my integration code?
    Thanks

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,191
    Hello,

    You need to execute this method

    PHP Code:
    Only registered members can view the code
    from class rlPayment.class.php to make the payment active in the last step of your code

  3. #3
    Thanks Dear Rudi.

+ Reply to Thread