Skip to content
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

Read holiday stop requests from Salesforce #304

Merged
merged 8 commits into from Jun 3, 2019
Merged

Conversation

kelvin-chappell
Copy link
Member

This is the first step in integrating the holiday-stop processing lambda with Salesforce. Salesforce holds a table of holiday-stop requests. This PR reads those requests and sends them to Zuora to be processed.

There will be a separate PR to write the amendment details made by Zuora back to Salesforce.

@coveralls
Copy link

coveralls commented May 31, 2019

Coverage Status

Coverage decreased (-0.2%) to 61.825% when pulling 95a47b3 on kc-zuora-sf into 56b5b11 on master.

@guardian guardian deleted a comment May 31, 2019
@guardian guardian deleted a comment Jun 3, 2019
@guardian guardian deleted a comment Jun 3, 2019
@guardian guardian deleted a comment Jun 3, 2019
@guardian guardian deleted a comment Jun 3, 2019
}

val from = hsr.Start_Date__c.value
val to = hsr.End_Date__c.value
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checking whether this is inclusive or exclusive, maybe a comment may help the next person who comes along.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've done some renaming now to make this clearer.

@guardian guardian deleted a comment Jun 3, 2019
@kelvin-chappell kelvin-chappell merged commit 8ffa0cd into master Jun 3, 2019
@kelvin-chappell kelvin-chappell deleted the kc-zuora-sf branch June 3, 2019 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants