I have written a Listener for Paypal in Google script. On receiving data from Paypal, I have set up a timed trigger to run a function after the doPost return. Shortly the trigger runs the function to complete verification with Paypal and complete the tasks actioned through the purchase.
However the timed trigger has been giving me problems. Is there an another way to trigger the verification function after the doPost does its return.
Thank you.