Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Oct 19, 2023
1 parent bddac10 commit dddbf61
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions sanctions/apps/sanctions/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ class SanctionsCheckFailure(TimeStampedModel):
Example:
>>> SanctionsCheckFailure.objects.create(
full_name='Keyser Söze',
username='UnusualSuspect',
city='Boston',
country='US',
sanctions_type='SDN',
system_identifier='commerce-coordinator',
metadata={'order_identifer': 'EDX-123456', 'purchase_type': 'program', 'order_total': 989.00},
sdn_check_response={'description': 'Looks a bit suspicious.'},
)
full_name='Keyser Söze',
username='UnusualSuspect',
city='Boston',
country='US',
sanctions_type='SDN',
system_identifier='commerce-coordinator',
metadata={'order_identifer': 'EDX-123456', 'purchase_type': 'program', 'order_total': 989.00},
sdn_check_response={'description': 'Looks a bit suspicious.'},
)
"""
history = HistoricalRecords()
Expand Down

0 comments on commit dddbf61

Please sign in to comment.