stripe: Remove non-relevant context override.

`payment_method` is attached to customer so we don't need to
override it here.
This commit is contained in:
Aman Agrawal 2023-12-12 13:26:27 +00:00 committed by Tim Abbott
parent 689aa12fce
commit 4bf018f09f
1 changed files with 0 additions and 1 deletions

View File

@ -1765,7 +1765,6 @@ class BillingSession(ABC):
# it's the easiest way to get the UI we want without making things too complicated for us.
keys = [
"renewal_amount",
"payment_method",
"charge_automatically",
"billing_frequency",
"fixed_price",