Skip to content

Commit

Permalink
fix: sage error
Browse files Browse the repository at this point in the history
Some SageX3 blocks have been changed.
fixes #292
  • Loading branch information
igobranco committed Apr 8, 2024
1 parent 5465f05 commit a2cd5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/billing/services/processor_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ def __generate_data(self) -> str:
<FLD NAME="BPCINV">9999</FLD>
<FLD NAME="CUR">EUR</FLD>
</GRP>
<GRP ID="SIH1_5">
<GRP ID="SIH1_6">
<FLD NAME="VACBPR">{self.__vacbpr}</FLD>
<FLD NAME="PRITYP">2</FLD>
</GRP>
<GRP ID="SIH1_6">
<GRP ID="SIH1_7">
<FLD NAME="STOMVTFLG">1</FLD>
</GRP>
<GRP ID="SIH2_2">
Expand Down

0 comments on commit a2cd5c6

Please sign in to comment.