Hi max
I am following your very useful tutorial, trying to adapt it to my needs
I don’t have a trolley, because I don’t need it in this case.
I only have a payment page with a form where all the data necessary for the transaction are entered, data which, upon submit, are saved in the “payments” table of the database
A Session Global Variable is set for each record and saved in the “order” field
The checkout action I set it up following your instructions, or at least I think I did it correctly.
- I created a single query by filtering the “order” field of the record in the database equal to the Session Global Variable set previously.
I then entered the data into the action, as per the tutorial
When I go to define the schema, as soon as I click on Fetch Schema it gives me errors.
I don’t understand where I’m wrong
Note that if I exclude dynamic data the schema definition works