remove bloat

This commit is contained in:
Jonas 12t 2021-09-26 14:18:04 +04:00
parent 3c7c258a67
commit 80b2eb0991
1 changed files with 0 additions and 9 deletions

View File

@ -205,15 +205,6 @@ class index_scan(View):
return HttpResponseRedirect(checkout_session.url) return HttpResponseRedirect(checkout_session.url)
# Paiement = CreationPaiementMollie(commande, domain,
# description=f"Rechargez votre carte {sub_domain.capitalize()}",
# redirectUrl=f"{absolute_domain}/RechargementWebAfterMollie/{commande.uuid}",
# webhookUrl=f"{absolute_domain}/RechargementWebAfterMollie/{commande.uuid}",
# numero_carte_cashless=data.get('numero_carte_cashless'))
#
# if Paiement.is_send():
# return HttpResponseRedirect(Paiement.is_send())
def postPaimentRecharge(paiementStripe: Paiement_stripe, request): def postPaimentRecharge(paiementStripe: Paiement_stripe, request):
if paiementStripe.status == Paiement_stripe.PAID: if paiementStripe.status == Paiement_stripe.PAID: