Skip to content

Commit

Permalink
fix: no need for payment ID's
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Aug 25, 2023
1 parent a897a7e commit 6838aef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/user/library/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export function editCampaignValues(
startAt: campaign.startAt,
state: campaign.state,
type: "paid",
stripePaymentId: campaign.stripePaymentId,
paymentType: campaign.paymentType,
};
}
Expand Down
2 changes: 0 additions & 2 deletions src/user/views/adsManager/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export type CampaignForm = {
billingType: Billing;
pacingStrategy: CampaignPacingStrategies;
hasPaymentIntent: boolean;
stripePaymentId?: string | null;
radomPaymentId?: string | null;
paymentType: PaymentType;
};

Expand Down

0 comments on commit 6838aef

Please sign in to comment.