Posts by WagnerMaurer • 13 points
2 posts
-
0
votes0
answers39
viewsQ: Document structure
Hello, I’m starting to learn Mongodb, and I have a question I haven’t found anywhere: Documents from the same collection may have different structures. Example: { "id": "1", "name": "John" }, {…
-
1
votes1
answer369
viewsQ: Implementation of credit card payment system
Hello. My question is "simple": Is there any way to implement - in a web application - the payment by credit card (Visa, Mastercard, etc), without using third party resources (Paypal, Pagseguro,…