Anthrocon-Reg / ubersystem

Anthrocon's Ubersystem - a fork of the MagFest system that handles ticketing, staffing, analytics, volunteers, and tons more
http://anthrocon.org
GNU General Public License v3.0
4 stars 0 forks source link

On credit card dialog, if Remember Me clicked, requires phone # but accepts invalid value #45

Closed RigelAC closed 9 years ago

RigelAC commented 9 years ago

On the credit card popup dialog, if you check Remember Me, it asks for a phone number. Able to enter 555-555-55555 (invalid) which was accepted.

kitsuta commented 9 years ago

For the purposes of testing, Stripe is in "Test Mode," so it accepts several credit card numbers that would normally be denied. It will also deny valid CC numbers.

You can see the list of test numbers here: https://stripe.com/docs/testing

I am a bit surprised that 555-555-55555 worked, since it's not listed on the page, but perhaps it's just undocumented.

If you'd like to see Stripe's "real" mode, you can buy a MAGFest 13 badge at https://prime.uber.magfest.org/m13/preregistration/badge_choice

We normally try to avoid making test registrations on our production server, but I can delete/refund any registrations you make if you need me to.

earl7399 commented 9 years ago

Phone #, not CC#

Robert Earl r.a.earl@gmail.com FAX: 1-440-919-5086

On Thu, Oct 9, 2014 at 1:08 PM, Victoria Earl notifications@github.com wrote:

For the purposes of testing, Stripe is in "Test Mode," so it accepts several credit card numbers that would normally be denied. It will also deny valid CC numbers.

You can see the list of test numbers here: https://stripe.com/docs/testing

I am a bit surprised that 555-555-55555 worked, since it's not listed on the page, but perhaps it's just undocumented.

If you'd like to see Stripe's "real" mode, you can buy a MAGFest 13 badge at https://prime.uber.magfest.org/m13/preregistration/badge_choice

We normally try to avoid making test registrations on our production server, but I can delete/refund any registrations you make if you need me to.

— Reply to this email directly or view it on GitHub https://github.com/Anthrocon-Reg/ubersystem/issues/45#issuecomment-58542991 .

thaeli commented 9 years ago

Stripe does not validate /anything/ when you are in test mode.

On Oct 9, 2014, at 4:01 PM, Robert Earl notifications@github.com wrote:

Phone #, not CC#

Robert Earl r.a.earl@gmail.com FAX: 1-440-919-5086

On Thu, Oct 9, 2014 at 1:08 PM, Victoria Earl notifications@github.com wrote:

For the purposes of testing, Stripe is in "Test Mode," so it accepts several credit card numbers that would normally be denied. It will also deny valid CC numbers.

You can see the list of test numbers here: https://stripe.com/docs/testing

I am a bit surprised that 555-555-55555 worked, since it's not listed on the page, but perhaps it's just undocumented.

If you'd like to see Stripe's "real" mode, you can buy a MAGFest 13 badge at https://prime.uber.magfest.org/m13/preregistration/badge_choice

We normally try to avoid making test registrations on our production server, but I can delete/refund any registrations you make if you need me to.

— Reply to this email directly or view it on GitHub https://github.com/Anthrocon-Reg/ubersystem/issues/45#issuecomment-58542991 .

— Reply to this email directly or view it on GitHub.

kitsuta commented 9 years ago

Closing this as NAB.