1
How-to questions / Re: Extend order (add a generated text)
« on: October 03, 2019, 10:19:30 AM »
The code is uniquely generated. Each code can only be used once, then it is invalidated.
Please, no hacks, I thought this through and this way (adding a field to table orders) is the only clean way of doing it. I just cannot find out how to write the code because of
Please, no hacks, I thought this through and this way (adding a field to table orders) is the only clean way of doing it. I just cannot find out how to write the code because of
Code: [Select]
$this->response->setOutput(AJson::encode($json))
I see the line where the payment was successful, but I don't know how to call my script so that multiple codes get generated and putting this into the right variables