django-paypal
Can you change/redirect a django form's function by passing in your own function?
I\'m dealing with django-paypal and want to change the button src images.So I went the the conf.py file in the source and edited the src destination.However, I really want to leave the source alone, a[详细]
2023-03-21 18:43 分类:问答PayPal Accounts creation: No redirection to PayPal
I am developing a Django-based website in which each new user creates a wallet to hold his money. I\'d like to integrate it with PayPal, so that when the user signs up, a PayPal account is automatical[详细]
2023-03-20 12:45 分类:问答Adding a Variable To Request Object in Django
How can I add a value to to the request object in django so that is available on redirect. I am tryi开发者_StackOverflowng to sign users up and then redirect them to a paypal link for payment. I want[详细]
2023-03-15 05:47 分类:问答django-paypal: Handling flow before leaving to paypal payment
I don\'t have the typical shop in which you know what you are selling beforehand. I create custom products on the go (need to fill a couple forms) that people can buy, so before they leave to paypal p[详细]
2023-02-13 09:04 分类:问答django-paypal IPN doesn't work
I\'m using django-paypal as a payment solution inside my django application. I\'m trying to implement a IPN handler.[详细]
2023-01-24 08:26 分类:问答Multiple Items in django-paypal
I am using dcramer\'s version of django-paypal(but i think it shouldnt matter whether it is dcramer or johnboxall\'s).[详细]
2023-01-21 00:44 分类:问答django-paypal ExpressCheckout second step?
i开发者_开发知识库\'ve been implementing django-paypal but when it return token and payerID where can i handle this? i put the confirm.html template but it doesn\'t show anything...[详细]
2023-01-16 00:33 分类:问答Django PayPal & Additional Options
I\'m using Django PayPal. PayPal has a list of options you can pass on your button. I\'m trying to add some of these to my paypal_dict[详细]
2023-01-15 06:59 分类:问答Django & PayPal integration
I am designing a website in Python (using Django), and I need to sell things through it. Can somebody开发者_Python百科 help me with the source code to integrate the paypal-pro (do-direct payment) or[详细]
2022-12-28 18:01 分类:问答