S
S
semki0962016-04-17 16:16:46
PHP
semki096, 2016-04-17 16:16:46

We fasten the robocash - why do we need the order.txt file?

I'm screwing the robocass. The standard robokassa code implies the creation of an order.txt file. Is he needed? If so, why and in what cases? How can it be protected from prying eyes?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2016-04-17
@semki096

1. Yes, it is needed
2. It is needed to resolve disputes and log operations
3. It is possible to write to a database table instead of a file. (file - as the easiest option for logging transactions)
4. disable the request to it on the URI router (or in .htaccess with the rule)
5. name it order-8273467823647827482673428.txt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question