Add a line separator when fetching more than 1 stripe bill

This commit is contained in:
PCoder 2019-11-28 12:10:40 +05:30
parent 3d28b17c71
commit 9a84fc899e
1 changed files with 3 additions and 0 deletions

View File

@ -64,3 +64,6 @@ class Command(BaseCommand):
'Customer email %s does not have a stripe customer.' % email))
except Exception as e:
print(" *** Error occurred. Details {}".format(str(e)))
self.stdout.write(
self.style.SUCCESS("---------------------------------------------")
)