Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2019-09-04 Thread Saranya S
Hi, I'm getting the same problem. User getting logged out after successful transaction. it's working fine in local host but when deployed to pythonanywhere server, I'm getting this issue. Also tried downdrading web2py version 2.17.1, still no luck... Did you find solution for this problemP

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-24 Thread Dave S
On Saturday, December 22, 2018 at 8:42:58 PM UTC-8, Arindam Dasgupta wrote: > > Hi, I figured out that the problem i mentioned is due to the web2py > version only. I need to downgrade it to 2.17.1 . But i dont know how. > Transferring the whole app to a different pythonanywhere account is an >

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi, I figured out that the problem i mentioned is due to the web2py version only. I need to downgrade it to 2.17.1 . But i dont know how. Transferring the whole app to a different pythonanywhere account is an option. But that road is blocked too as i just bought an ssl certificate for this account.

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi , Both is contained in one app. Working fine in 2.17.1 and python version 3.6.6. But not working (logging me out after payment) in 2.17.2 and python version 3.6.0. Thanks. On 22 Dec 2018 18:52, "sandeep patel" wrote: > @Arindas, > Are you using one app for Payment and one app for a web applic

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread sandeep patel
@Arindas, Are you using one app for Payment and one app for a web application or both of contains in one app? Thanks On Sat, Dec 22, 2018 at 6:10 PM Arindam Dasgupta wrote: > Hi Stifan, > > I have already web2py 2.17.2 installed and I dont have a option to select > python 3.6.6. In the list it

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi Stifan, I have already web2py 2.17.2 installed and I dont have a option to select python 3.6.6. In the list it is displaying only 3.6 and if i select it it is displaying 3.6.0. [image: image.png] On Sat, Dec 22, 2018 at 5:52 PM 黄祥 wrote: > had you try using 2.17.2 and python version 3.6.6 ?

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread 黄祥
had you try using 2.17.2 and python version 3.6.6 ? best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message becaus

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi, I just found that I am not facing the logout issue in web2py version 2.17.1 with python version 3.6.6. Whereas when I am using 2.17.2 and python version 3.6.0 , I am facing the logout issue after payment. I there a way to downgrade the web2py version to 2.17.1? [image: image.png] Regards, Ar

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-22 Thread Arindam Dasgupta
Hi Sandeep, I am facing a serious problem while using this app. It is automatically loging me out of the application after making the payment and reaching the success page. Due to this i am not able to use session.auth.user.id variable from the success page. Do you have a solution for this? Thanks.

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-21 Thread Arindam Dasgupta
Sandeep, Thank you so much. I will check this and let you know the results. No matter how much I appreciate you it will never be sufficient!! Thanks a lot. Regards, Arindam On Fri, Dec 21, 2018 at 11:17 AM sandeep patel wrote: > @Arindas, > I have updated default.py and index.html in the git r

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-20 Thread sandeep patel
@Arindas, I have updated default.py and index.html in the git repository . Please check it. Now transactions make in one click and Even you can change user info and pricing programmatically in a wen2py way. Let me know if you have any questions Tha

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-20 Thread Arindam Dasgupta
Hi, Have you had some time to look at the issue as to why I need to click two times in the Pay Now button to make the transactions? Best Regards, Arindam On Wed, Dec 19, 2018 at 4:27 PM Arindam Dasgupta wrote: > Hi Stifan, > > Not I did not put web2py server on windows. I am using python anyw

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-19 Thread Arindam Dasgupta
Hi Stifan, Not I did not put web2py server on windows. I am using python anywhere cloud : https://nayan613.pythonanywhere.com/paymemoney/default/index Regards, Arindam On Wed, Dec 19, 2018 at 3:00 PM 黄祥 wrote: > 1) I have to press the pay now button twice to get it working. What should >> I c

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-19 Thread 黄祥
> > 1) I have to press the pay now button twice to get it working. What should > I change so that one press is sufficient? > did you put web2py server on windows ? best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2p

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-18 Thread Arindam Dasgupta
Hi Sandeep, The payment gateway worked after I used an "https" site. However I have some doubts : 1) I have to press the pay now button twice to get it working. What should I change so that one press is sufficient? 2) I had to modify the return statement of success function the following way becaus

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-18 Thread sandeep patel
Yes, Arindam MERCHANT_KEY and Key both are the same. when you clicked on Internal error link than* Admin is disabled because insecure channel* message is shown in your browser because of your URL not secure. you can test on localhost URL instead of this. Thanks SP On Tue, Dec 18, 2018 at 9:

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-18 Thread Arindam Dasgupta
Hi Sandeep, I have used your method and used the following ids : def index(): MERCHANT_KEY = "hKiHd2aX" key="hKiHd2aX" SALT = "byRHoBc0pq" PAYU_BASE_URL = "https://sandboxsecure.payu.in/_payment"; The code is working only when MERCHANT_KEY=key. But in your mail it seemed that MERC

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-16 Thread sandeep patel
@Lovedie, This app generated with python3 so if you are directly installing that app from git in your application folder then this will raise an error. If you want to use with Python 2.7. these are the following steps. 1. Create a new app in your web2py environment. 2. Copy index, success, and fail

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-16 Thread Lovedie JC
What about python 2.7 compatibility On Sat, 15 Dec 2018 at 15:02, Arindam Dasgupta wrote: > Hi sandeep, > At last I have figured it out myself and the python version is now 3.6.0 > And after this change your payumoney app is also running. :-) > Thanks. > > [image: image.png] > > On Sat, Dec 15,

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-15 Thread Arindam Dasgupta
Hi sandeep, At last I have figured it out myself and the python version is now 3.6.0 And after this change your payumoney app is also running. :-) Thanks. [image: image.png] On Sat, Dec 15, 2018 at 3:21 PM Arindam Dasgupta wrote: > Hi I backed up my apps and clicked on the upgrade button. The r

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-15 Thread sandeep patel
Currently, you are using python 2.7.6 and web2py 2.14.6 version. I have tested this app on python3.6.6 and web2py 2.16.1 and 2.17.2. You can upgrade directly by clicking on the button(upgrade new to version 2.17.2). But be careful first take back-up of your apps :) Thanks/ On Sat, Dec 15,

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-15 Thread sandeep patel
I think this error getting because of version. I have tested on both versions 2.16.1 and 2.17.2 that working fine. Here is demo Thanks On Sat, Dec 15, 2018 at 1:32 PM Arindam Dasgupta wrote: > Hi Sandeep, > > I installed the app in pythonanywhere cloud and tr

Re: [web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-15 Thread Arindam Dasgupta
Hi Sandeep, I installed the app in pythonanywhere cloud and tried to view the index.html file. it said :Requires web2py 2.15.5 or newer Then I commented out the below two lines from db.py and tried again. But then it gave errors: if request.global_settings.web2py_version < "2.15.5": raise HTTP(

[web2py] Web2py- PayUMoney Secure Online Payment Gateway.

2018-12-14 Thread sandeep patel
Hello All, I have customized PayUmoney python SDK for the Web2py user. This app can in integrate with any web2py app and customize according to your needs. Thanks Sandeep Patel -- Resources: - http://web2py.com - htt