Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Apr 8, 2024
1 parent f05a294 commit 30fa3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/extensions/payment/processors/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def handle_webhooks_payment(self, request, payment_intent, payment_method_type):
raise
else:
# Card number is required for Source object, it cannot be null (payment_source.label)
# Dynamic payment methods payment intents do not contain any card information, adding the DPM type instead.
# Dynamic payment methods payment intents do not contain card information, adding DPM type instead.
label = 'Stripe {}'.format(payment_method_type)
handled_processor_response = HandledProcessorResponse(
transaction_id=payment_intent_id,
Expand Down

0 comments on commit 30fa3b2

Please sign in to comment.