using Core.Entities; namespace Core.Interfaces { public interface IPaymentService { Task CreateOrUpdatePaymentIntent(string basketId); } }