Skip to content

Feat/support licensee transaction fees #525

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

Merged
5 changes: 5 additions & 0 deletions backend/compact-connect/compact-config/aslp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ compactName: "aslp"
compactCommissionFee:
feeType: "FLAT_RATE"
feeAmount: 3.50
transactionFeeConfiguration:
licenseeCharges:
active: true
chargeType: "FLAT_FEE_PER_PRIVILEGE"
chargeAmount: 3.00
compactOperationsTeamEmails: []
compactAdverseActionsNotificationEmails: []
compactSummaryReportNotificationEmails: []
Expand Down
5 changes: 5 additions & 0 deletions backend/compact-connect/compact-config/octp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ compactName: "octp"
compactCommissionFee:
feeType: "FLAT_RATE"
feeAmount: 3.50
transactionFeeConfiguration:
licenseeCharges:
active: true
chargeType: "FLAT_FEE_PER_PRIVILEGE"
chargeAmount: 3.00
compactOperationsTeamEmails: []
compactAdverseActionsNotificationEmails: []
compactSummaryReportNotificationEmails: []
Expand Down
Loading