Posts by Anderson Silva • 191 points
3 posts
-
1
votes1
answer772
viewsQ: App removed from playstore for violating section 4.4 of the developer’s distribution agreement
I recently sent an app to the playstore and it was working normally since last week. I got thousands of users, everything was wonderful, until today google, just like that, without me having done an…
-
3
votes1
answer1277
viewsQ: Pagseguro class does not work with CNPJ.
I was having a problem making payments using the class provided by pagseguro and cnpj. Every time I tried to make the payment, I made the following mistake: HTTP 400 - BAD_REQUEST [THE REQUEST…
-
5
votes1
answer1277
viewsA: Pagseguro class does not work with CNPJ.
I found that this is a fault in the pagseguro class. The correction is very simple. Open the Pagseguropaymentparser.class.php file and go to line 72, where there is the following code snippet: if…