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
Describe the bug The file 1_charge_type_S001.yaml defines that : WHEN "lineItem/LineItemType" = 'BundledDiscount' THEN 'Usage'
WHEN "lineItem/LineItemType" = 'BundledDiscount' THEN 'Usage'
But the file charge_sub_category_S001.yaml defines that: WHEN ChargeType = 'Adjustment' AND "lineItem/LineItemType" = 'BundledDiscount' THEN 'Credit'
WHEN ChargeType = 'Adjustment' AND "lineItem/LineItemType" = 'BundledDiscount' THEN 'Credit'
The point is that based on the rule of the file 1_charge_type_S001.yaml, ChargeType will always be USAGE and ChargeSubcategory will never be Credit.
The text was updated successfully, but these errors were encountered:
Thak you @llp-devr for pointing this out, if you could suggest a query or a fix, I will be happy to incorporate.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The file 1_charge_type_S001.yaml defines that :
WHEN "lineItem/LineItemType" = 'BundledDiscount' THEN 'Usage'
But the file charge_sub_category_S001.yaml defines that:
WHEN ChargeType = 'Adjustment' AND "lineItem/LineItemType" = 'BundledDiscount' THEN 'Credit'
The point is that based on the rule of the file 1_charge_type_S001.yaml, ChargeType will always be USAGE and ChargeSubcategory will never be Credit.
The text was updated successfully, but these errors were encountered: