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
Currently the label expiry_time is used to denote the expiry time for a minimum payment to be made for a request_project call.
expiry_time
request_project
This could easily be confused by a user to mean 'project expiry time'.
Therefore I suggest the following changes:
request_project response:
quote_expiry_time
get_project_stats response:
get_project_stats
status: pending
status: pending activation
start_time
quote_start_time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the label
expiry_time
is used to denote the expiry time for a minimum payment to be made for arequest_project
call.This could easily be confused by a user to mean 'project expiry time'.
Therefore I suggest the following changes:
request_project
response:expiry_time
toquote_expiry_time
get_project_stats
response:status: pending
tostatus: pending activation
start_time
(the time when the payment window begins) toquote_start_time
The text was updated successfully, but these errors were encountered: