Changeset - c714b2f41fd2
[Not reviewed]
0 3 0
Brett Smith - 3 years ago 2021-03-18 15:47:56
brettcsmith@brettcsmith.org
patreon: Income2017Importer grabs email address.
3 files changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
import2ledger/importers/patreon.py
Show inline comments
...
 
@@ -152,2 +152,3 @@ class Income2017Importer(_csv.CSVImporterBase):
 
    COPIED_FIELDS = {
 
        'Email': 'email',
 
        'Pledge': 'amount',
setup.py
Show inline comments
...
 
@@ -32,3 +32,3 @@ setup(
 
    description="Import different sources of financial data to Ledger",
 
    version='1.4.2',
 
    version='1.4.3',
 
    author='Brett Smith',
tests/data/imports.yml
Show inline comments
...
 
@@ -7,2 +7,3 @@
 
      currency: USD
 
      email: alex@example.org
 
    - payee: Dakota Doe
...
 
@@ -11,2 +12,3 @@
 
      currency: USD
 
      email: ddoe@example.org
 

	
0 comments (0 inline, 0 general)