File diff 5681545267bd → f3e8f774c793
import2ledger/importers/stripe.py
Show inline comments
...
 
@@ -14,7 +14,10 @@ class PaymentImporter(_csv.CSVImporterBase):
 
    COPIED_FIELDS = {
 
        'Card Name': 'payee',
 
        'Converted Amount': 'amount',
 
        'Customer Email': 'customer_email',
 
        'Customer ID': 'customer_id',
 
        'Description': 'description',
 
        'Transfer': 'payout_id',
 
        'id': 'payment_id',
 
    }
 
    DATE_FMT = '%Y-%m-%d'