Revert Eventbrite change that accepts "Complimentary" payment status
This commit is contained in:
parent
dca6b10c1a
commit
d7cb6c3002
1 changed files with 1 additions and 2 deletions
|
|
@ -29,8 +29,7 @@ class SalesImporter(_csv.CSVImporterBase):
|
|||
# Skip summary row
|
||||
return None
|
||||
|
||||
# if row['Payment status'] != 'Eventbrite Completed':
|
||||
if row['Payment status'] == 'Free Order':
|
||||
if row['Payment status'] != 'Eventbrite Completed':
|
||||
return None
|
||||
retval = {
|
||||
self.DECIMAL_FIELDS[key]: strparse.currency_decimal(row[key])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue