Fix paypal new activity URL
This commit is contained in:
parent
cd629e511a
commit
777abf7e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ class Paypal(Browser):
|
|||
if self.account_type == "pro":
|
||||
self.location('/webapps/business/activity?fromdate=' + s + '&todate=' + e + '&transactiontype=ALL_TRANSACTIONS¤cy=ALL_TRANSACTIONS_CURRENCY&limit=' + LIMIT)
|
||||
else:
|
||||
self.location('/myaccount/activity/filter?start=' + s + '&end=' + e + '&limit=' + LIMIT)
|
||||
self.location('/myaccount/activity/filter?typeFilter=all&isNewSearch=true&startDate=' + s + '&endDate=' + e + '&limit=' + LIMIT)
|
||||
return self.page.transaction_left()
|
||||
|
||||
def download_last_history(self, account):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue