mirror of https://github.com/zulip/zulip.git
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:
parent
689aa12fce
commit
4bf018f09f
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue