···927927 if (!paymentMethod) throw new GraphQLError('Payment method not found');
928928 if (!phone && paymentMethod === PaymentMethodPrisma.Lydia)
929929 throw new GraphQLError('Phone not found');
930930-930930+931931 const price = await actualPrice(ticket, user);
932932933933 // Process payment