I've managed to setup automated key generators between E-Junkie and Zygodact (Livecode). While it works well, I notice that E-Junkie sends a lot of different information (Names, IDs, dates, etc) as part of this process which appears to be affecting the codes being generated.



Question: Is there a way to limit what E-Junkie sends as part of this process, as I only want the codes to be generated based on the first and last names provided?



Thanks

  • created

    Oct '12
  • last reply

    Nov '12
  • 1

    reply

  • 1.1k

    views

  • 2

    users

  • 1

    link

We always POST all the order details to your keygen URL, using the same data fields we document for our custom/3rd-party Integration feature:

1http://www.e-junkie.com/ej/help.integration.htm1



Since this data is POSTed as discrete name=value pairs, your keygen script should be able to filter the data by picking just the field names it wants to use while ignoring the rest. We'd suggest consulting your keygen service's help pages or support staff for instructions on how to do that with their service.