I find in admin/sql/install.mysql.utf8.sql and i copy the lines INSERT INTO and run the Sql queries... (table was already ok).... Looks fine now .....
The Delta pay system to enable my account wants 5 Url's ......
1)GetGuids page (This send a request to DeltaPAY, in order to get two Guids representing the current payment transaction)
2)Payment page (This is the page that will invoke DeltaPAY in order to process the payment)
3)Success page (This HTML page will be invoked by DeltaPAY when the transaction is successful)
4)Failure page (This HTML page will be invoked by DeltaPAY when the transaction has failed. The error message will be included)
5)Cancel page (This HTML page will be invoked by DeltaPAY when the transaction is cancelled by the user)
This is number 2 URL?
SITENAME/index.php?option=com_booking&am...fe11d08893e991bbadd4
How can i find the others?