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

ChargeSubcategory conversion leads to an impossible situation for AWS #345

Open
llp-devr opened this issue Apr 23, 2024 · 1 comment
Open

Comments

@llp-devr
Copy link

llp-devr commented Apr 23, 2024

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.

@varunmittal91
Copy link
Collaborator

Thak you @llp-devr for pointing this out, if you could suggest a query or a fix, I will be happy to incorporate.

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

No branches or pull requests

2 participants