paypal_rest/tests
Brett Smith efaeb53e91 client: iter_transactions() supports date ranges longer than a month.
This works by extracting the date-crawling code from get_transaction() to a
separate method. Now iter_transactions() will similarly make API requests
with different month-long date ranges until covers the entire date range the
user requested.
2020-11-19 15:38:13 -05:00
..
__init__.py Initial commit. 2020-11-18 15:57:38 -05:00
test_client.py client: iter_transactions() supports date ranges longer than a month. 2020-11-19 15:38:13 -05:00
test_paypal_types.py Initial commit. 2020-11-18 15:57:38 -05:00
test_transaction.py transaction: Unnamed cart items fall back to the transaction subject. 2020-11-18 16:56:15 -05:00