Add a line separator when fetching more than 1 stripe bill
This commit is contained in:
parent
3d28b17c71
commit
9a84fc899e
1 changed files with 3 additions and 0 deletions
|
@ -64,3 +64,6 @@ class Command(BaseCommand):
|
||||||
'Customer email %s does not have a stripe customer.' % email))
|
'Customer email %s does not have a stripe customer.' % email))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(" *** Error occurred. Details {}".format(str(e)))
|
print(" *** Error occurred. Details {}".format(str(e)))
|
||||||
|
self.stdout.write(
|
||||||
|
self.style.SUCCESS("---------------------------------------------")
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue