We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the skus service
func (s *Service) CreateOrderFromRequest(ctx context.Context, req model.CreateOrderRequest) (*Order, error) {
Currently has numPerInterval hard coded to 2, and this should be based on the order creation data instead.
The text was updated successfully, but these errors were encountered:
Maybe I could take a look at this as part of the current work, because I've seen it, and thought it was odd that it had been hard coded.
Sorry, something went wrong.
pavelbrm
No branches or pull requests
In the skus service
Currently has numPerInterval hard coded to 2, and this should be based on the order creation data instead.
The text was updated successfully, but these errors were encountered: