liato / android-bankdroid

A swedish banking application for your Android device.
http://www.swedroid.se/forum/showthread.php?t=11108
Other
243 stars 173 forks source link

Diners Club not working, wrong URL #236

Closed ScuttleSE closed 11 years ago

ScuttleSE commented 11 years ago

I can see that it is trying to log in to https://www.dinersclub.se/dcs/login.aspx

That is the wrong URL.

The correct url is https://secure.dinersclub.se/dcs/login.aspx

When logged in, it loads https://secure.dinersclub.se/dcs/eSaldo/Default.aspx

Source of one of those pages: http://pastebin.com/hh7ydPkc

Card details of course obscured

ScuttleSE commented 11 years ago

Created a pull-request with an updated DinersClub.java

liato commented 11 years ago

Cool, I've merged your pull request.