Posts by Douglas Takiuti • 93 points
4 posts
-
1
votes5
answers2514
viewsA: Secure API does not return purchase status
It is good to check if the email and tokens are correct: Since nothing can be printed on the screen because Pagseguro sends this data via POST in another session, create a txt file (error.txt) and…
-
4
votes1
answer442
viewsA: I can’t save the information in the bank
You need to make an appointment with the transaction code to save the information in the database, the problem is that it was using a notifying. Then I took the first condition that checked if it…
-
0
votes1
answer442
viewsQ: I can’t save the information in the bank
I wonder if there’s something wrong: if(isset($_POST['notificationType']) && $_POST['notificationType'] == 'transaction'){ //Todo resto do código iremos inserir aqui. $email = 'douglas@...';…
-
4
votes1
answer621
viewsQ: How to have two or more dynamic filters in the same product group with Javascript?
The code works on the first filter but when I choose the second filter it performs a new search and ignores the first one. How do I get the filters to work simultaneously. Follows the code…