Calling remoting framework after a cart purchase?

Discussion in 'General' started by pcurran, Dec 15, 2010.

  1. pcurran

    pcurran Member

    Hi All
    Please help.
    After a cart purchase of ispconfig3 services, how can I best call remoting framework to create services:

    1. should I use cron to call remoting framwork scripts after the cart software confirms the purchase?

    2. if the cart software confirms the payment, should I immediately call remoting framework scripts to create the services?

    3. how are you implementing your remoting framwork after a cart purchase; please give best suggestions ?

    thank you, peter
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Hello peter, thats mup to you and how you plan your infrastructure. If you use e.g. paypal, then its a good idea to add the remoting api calls into the code that handles the IPN's.

    Using a separate queue in conjunction with a cronjob is fine as well. It all depends on your system architecture.
     

Share This Page