Skip to content

Commit

Permalink
Update stregsystem/management/commands/importmobilepaypayments.py
Browse files Browse the repository at this point in the history
Co-authored-by: Falke Carlsen <11318702+falkecarlsen@users.noreply.github.com>
  • Loading branch information
krestenlaust and falkecarlsen authored Apr 7, 2024
1 parent 5254843 commit 817f9fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stregsystem/management/commands/importmobilepaypayments.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Command(BaseCommand):
tokens_file = (Path(__file__).parent / 'tokens.json').as_posix()
tokens_file_backup = (Path(__file__).parent / 'tokens.json.bak').as_posix()
tokens = None
# Cutoff for when this iteration of the Mobilepay-API (Vipps) is deployed
manual_cutoff_date = date(2024, 4, 9)
myshop_number = 90601

Expand Down

0 comments on commit 817f9fe

Please sign in to comment.