add paypal new page to fix crash on history of some accounts
This commit is contained in:
parent
f7f700bd43
commit
dbb70eabbf
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ class Paypal(Browser):
|
|||
'https://\w+.paypal.com/webapps/business/\?country_lang.x=true': HomePage,
|
||||
'https://\w+.paypal.com/myaccount/\?nav=0.0': HomePage,
|
||||
'https://\w+.paypal.com/businessexp/money': AccountPage,
|
||||
'https://\w+.paypal.com/businessexp/summary': ProHistoryPage,
|
||||
'https://\w+.paypal.com/webapps/business/activity\?.*': ProHistoryPage,
|
||||
'https://\w+.paypal.com/myaccount/activity/.*': (PartHistoryPage, 'json'),
|
||||
'https://\w+.paypal.com/myaccount/': ProHistoryPage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue