I wrote an automated donations system for someone, so that people who play on his game servers can enter their information, donate, and automatically be added to a database. Its working great, but im
I was looking at some source code, specifically for Paypal IPN, and I noticed the author sets two variables in this format: $config[开发者_如何学运维\'business\'] and $config[\'different_text\']
I am using sandbox mode. I click buy item on my shop, and after i pay with sanndbox account it takes me to \"Thank you for your payment - Paypal\" but doesn\'t redirect back to my site! I already ha
I\'ve looked through the documentation, I\'ve tried downloading various example code, and I\'ve tried hacking various permutations. After a full day\'s worth of work, I\'m spent, and throwing in the t
Is it possible and if so how to do an IPN transaction within a facebook application? I found you can not launch an IPN transaction within an iframe. I will be using facebook\'s iframe option for my a
I\'ve tried adding the \"tax\" field, however nothing tax related shows up in my checkout. How do I add the tax amount to my chec开发者_如何学Gokout for Paypal?I\'m guessing you found an answer by now
I am trying to do PayPal IPN method. So I thought since I am doing asp.net mvc I can just make a method view in my controller like this