Admin
Making a one-time payment
February 27, 2013 at 05:28PM View BBCode
I'm trying to fix up some of the things related to payments; this is a challenge in a league where there are no actual payments. :)
I've temporarily set the league to be a Subscription league; you all now have the equivalent of cancelled subscriptions that are good until June 1st. We will be done with this testing in a couple of days, so we will get nowhere near that deadline.
I have added a feature to allow owners to use their account credit to make one-time subscription payments, and to allow Dynasty Dollar conversions in both directions.
Please take a moment to test the following for me:
- Go to your Account page and convert some of your Dynasty Dollars into Subscription/Term credits. You should all have enough to convert at least enough for the $5.00 credit this step will require.
- Go to the Renewal page; it should show that your expiration date is 06-01-2013 (first line) and that you have credit and can make a one-time payment (last two lines). Take note of the date and credit amount.
- Renew for 1 or more months. Return to the page to verify that your new expiration date and balance is correct.
- If an error occurs at any part of the process, please take careful note of whether you lost any credit in the process.
This is all "funny money"; it is separate from your real Sim Dynasty accounts and will not affect any real credit you have on the site.
Please post here afterward to let me know if you succeeded or failed.
Thank you for all your help! I know testing is sporadic, I appreciate your patience and assistance!
Chris
tworoosters
February 27, 2013 at 05:49PM View BBCode
Converted Dynasty Dollars to Subscription/Term credits but when I go to renew I get this:
The last payment received was $0.00 and was received on 01-01-2000. This payment covers you until 06-01-2013.
Our records indicate that you do not have an active subscription. Please use the links below to either re-subscribe, or to make a one-time payment. If you make a one-time payment, you can choose how many months you want to pay for by entering a quantity while at PayPal.
Re-Subscribe Link for $55.00 per month (First 94 days free since paid up already)
One-Time Payment Link for $55.00 per month via PayPal
I have $53.08 in credit, can I use it?
At this time, one-time payments can only be made either from site credit or from PayPal, not a combination of the two. You don't have enough credit to make a one-time payment.
[Edited on 2-27-2013 by tworoosters]
Admin
February 27, 2013 at 05:53PM View BBCode
Okay... there are two different renewal rates based on when you joined the league... one is set for the Term league. I'll fix it.
Chris
Admin
February 27, 2013 at 05:55PM View BBCode
This is fixed. Your renewal will be either $5.00 or $5.50 depending on when you entered the league. (Leagues support one "grandfather" level in case of price changes, although I don't know if that has ever happened.)
Chris
tm4559
February 27, 2013 at 06:03PM View BBCode
um. do we really have to do all this pay pal stuff? its a pain, my card expired, i can't get it to cooperate.
tworoosters
February 27, 2013 at 06:26PM View BBCode
OK so it gives me the $5.50 rate but when I tried to renew I got:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 122 in the jsp file: /payfromcredit.jsp
qUpd cannot be resolved
119: out.println("<div class='noteblock'>Error: " + ex.getMessage());
120: con.rollback();
121: con.setAutoCommit(true);
122: if(qUpd!=null) qUpd.close();
123: out.println("<p>Please <a href='renewal.jsp'>return to the Renewal page</a> to check your account status.</p>");
124: }
125: }
An error occurred at line: 122 in the jsp file: /payfromcredit.jsp
qUpd cannot be resolved
119: out.println("<div class='noteblock'>Error: " + ex.getMessage());
120: con.rollback();
121: con.setAutoCommit(true);
122: if(qUpd!=null) qUpd.close();
123: out.println("<p>Please <a href='renewal.jsp'>return to the Renewal page</a> to check your account status.</p>");
124: }
125: }
Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.29 logs.
CaseyStengel
February 27, 2013 at 06:38PM View BBCode
I received the same error message
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 122 in the jsp file: /payfromcredit.jsp
qUpd cannot be resolved
119: out.println("<div class='noteblock'>Error: " + ex.getMessage());
120: con.rollback();
121: con.setAutoCommit(true);
122: if(qUpd!=null) qUpd.close();
123: out.println("<p>Please <a href='renewal.jsp'>return to the Renewal page</a> to check your account status.</p>");
124: }
125: }
An error occurred at line: 122 in the jsp file: /payfromcredit.jsp
qUpd cannot be resolved
119: out.println("<div class='noteblock'>Error: " + ex.getMessage());
120: con.rollback();
121: con.setAutoCommit(true);
122: if(qUpd!=null) qUpd.close();
123: out.println("<p>Please <a href='renewal.jsp'>return to the Renewal page</a> to check your account status.</p>");
124: }
125: }
Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.29 logs.
Apache Tomcat/6.0.29
Admin
February 27, 2013 at 07:26PM View BBCode
Originally posted by tworoosters
OK so it gives me the $5.50 rate but when I tried to renew I got:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 122 in the jsp file: /payfromcredit.jsp
qUpd cannot be resolved
This is fixed.
Chris
Admin
February 27, 2013 at 07:28PM View BBCode
Originally posted by tm4559
um. do we really have to do all this pay pal stuff? its a pain, my card expired, i can't get it to cooperate.
No!!! Please do NOT do anything that makes you do PayPal! Your Beta account should already have the credit you need, either in Dynasty Dollars or Subscription credits, to complete the test. If anything takes you to PayPal please cancel it! I apologize for any confusion.
Chris
tm4559
February 27, 2013 at 08:12PM View BBCode
awesomes it works now. i got the little message, i is approveds.
tm4559
February 27, 2013 at 09:38PM View BBCode
oh, chris, i don't have enough credit to re-subscribe my other team, the miami one. i guess it doesn't matter though.
tworoosters
February 28, 2013 at 04:02PM View BBCode
Worked fine, I renewed Detroit for one month and the balance is correct.
Admin
March 01, 2013 at 03:05PM View BBCode
Originally posted by tm4559
oh, chris, i don't have enough credit to re-subscribe my other team, the miami one. i guess it doesn't matter though.
It won't matter, in another couple of days we will be back to a Term model and you won't have to worry about it.
Chris
Pages: 1