Skip to content

Commit

Permalink
fix: removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Jul 28, 2023
1 parent 6344813 commit 004c1cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/services/stripe.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export class StripeService {
private stripe = new Stripe(environment.stripeKey, null);

public async createCustomer(user: UserData, email: string): Promise<string> {
console.log('Creating customer with key', environment.stripeKey);
const customer = await this.stripe.customers.create({
name: user.name,
email,
Expand Down

0 comments on commit 004c1cd

Please sign in to comment.