- Dependabot update #46
- Update Braintree python SDK version to 4.18.1 #45
- Add
subscription_id
totransactions
stream #25
- Use
disbursement_date
in addition toupdated_at
to sync updated records #14 - Add
payment_instrument_type
,credit_card_details
, andpaypal_details
totransactions
schema #15
- Update version of
requests
to2.20.0
in response to CVE 2018-18074
- Modifies the tap to capture updated transactions by:
- bookmarking both the latest
created_at
andupdated_at
- pulling records from the API that were created after
(bookmarked_created_at - 30 days)
- emitting records if their
updated_at
field is greater than the bookmarked value - Pull Request #8
- bookmarking both the latest