Stop Creating Ticket on Recurring Payment Cancellation of Paypal in Clientexec

Home Forums General Software & Scripts Clientexec Stop Creating Ticket on Recurring Payment Cancellation of Paypal in Clientexec

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #780
    Billa
    Keymaster

    Here is the guide to stop creation of auto tickets when a client cancels Recurring Payments of Paypal in Clientexec.

    Open the file: \plugins\gateways\paypal\PluginPaypal.php
    Search for this piece of code there:
    // If createTicket returns false it’s because this transaction has already been done
    if (!$cPlugin->createTicket($agreement[‘id’], $subject, $message, $tUser)) {
    exit;
    }
    Comment that code. It will become something like this:
    /*// If createTicket returns false it’s because this transaction has already been done
    if (!$cPlugin->createTicket($agreement[‘id’], $subject, $message, $tUser)) {
    exit;
    }*/
    Save the changes.

    #786
    Barry
    Participant

    @Billa I messaged you a while back have you read it yet ?? 🙂

    #787
    Billa
    Keymaster

    Regarding what?

    #788
    Barry
    Participant

    @Billa This What i sent you in jan 🙂

    hi my friend i used to have a movie site but lost my hosting due to closing down so im looking for a new home to bring my site bk so is there a chance you can help me out with free hosting on
    Business Web Hosting 🙂

     

    #810
    Billa
    Keymaster

    Kindly request in the proper section.

    #811
    Barry
    Participant

    ok will do

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.