revert(payment): remove unsupported Stripe and EzPay upgrade
This commit is contained in:
@@ -24,7 +24,6 @@ export interface UseSubscriptionPaymentFlowInput {
|
||||
initialPayChannel: PayChannel;
|
||||
sourceCharacterSlug?: string | null;
|
||||
initialPlanId?: string | null;
|
||||
initialAutoRenew?: boolean | null;
|
||||
commercialOfferId?: string | null;
|
||||
resumeOrderId?: string | null;
|
||||
chatActionId?: string | null;
|
||||
@@ -37,7 +36,6 @@ export function useSubscriptionPaymentFlow({
|
||||
initialPayChannel,
|
||||
sourceCharacterSlug = null,
|
||||
initialPlanId = null,
|
||||
initialAutoRenew = null,
|
||||
commercialOfferId = null,
|
||||
resumeOrderId = null,
|
||||
chatActionId = null,
|
||||
@@ -51,7 +49,6 @@ export function useSubscriptionPaymentFlow({
|
||||
shouldResumePendingOrder,
|
||||
characterId: supportCharacter?.id,
|
||||
initialPlanId,
|
||||
initialAutoRenew,
|
||||
commercialOfferId,
|
||||
resumeOrderId,
|
||||
chatActionId,
|
||||
|
||||
Reference in New Issue
Block a user