-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
BIG-32 #close Activate offering #12
Conversation
This allows re-activating an existing offering without having to send the full description everytime
get back from git if required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only a little detail there, but in general it's ok, I think.
offering.go
Outdated
expirationTime time.Time | ||
) | ||
|
||
// { "query" : "mutation activateOffering { activateOffering ( input: { id: \"Thingful_SM-TestProvider-RandomNumberOffering2\" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that this comments should be deleted isn't?
This was just added to help me build the string, but should be deleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Remove some commented out code blocks
This PR adds a function to our provider type which allows re-activating offerings without sending the full description every time.
This PR also re-organises some tests to improve coverage