-
Notifications
You must be signed in to change notification settings - Fork 13
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
[FYST-1727] special program az #5473
Conversation
Heroku app: https://gyr-review-app-5473-b680c13da290.herokuapp.com/ |
@@ -185,6 +187,10 @@ def schema_file | |||
SchemaFileLoader.load_file("us_states", "unpacked", "AZIndividual2024v2.0", "AZIndividual", "IndividualReturnAZ140.xsd") | |||
end | |||
|
|||
def special_program | |||
"<SpecialProgram>Direct File</SpecialProgram>" |
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.
i dunno if there's a fancy way to do this, but this works.
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.
I think it would be something kinda ridiculous like
Nokogiri::XML::Builder.new(encoding: 'UTF-8').send("SpecialProgram", "Direct File")
what you have is probably more clear
@@ -185,6 +187,10 @@ def schema_file | |||
SchemaFileLoader.load_file("us_states", "unpacked", "AZIndividual2024v2.0", "AZIndividual", "IndividualReturnAZ140.xsd") | |||
end | |||
|
|||
def special_program | |||
"<SpecialProgram>Direct File</SpecialProgram>" |
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.
I think it would be something kinda ridiculous like
Nokogiri::XML::Builder.new(encoding: 'UTF-8').send("SpecialProgram", "Direct File")
what you have is probably more clear
Link to pivotal/JIRA issue
FYST-1727
Is PM acceptance required? (delete one)
Yes - don't merge until JIRA issue is accepted!
What was done?
SpecialProgram
is an optional node that has remain unused; AZ folks asked if we could start including it to help them in their record keeping/stat building.How to test?
<SpecialProgram>Direct File</SpecialProgram>
right after<ReturnType>
in the<ReturnHeaderState>
block.<SpecialProgram>