Skip to content

Commit

Permalink
Merge pull request #1189 from bcgov/main-AS-FOIMOD-3073
Browse files Browse the repository at this point in the history
FOIMOD-3073-Fees - Remaining Balance Check
  • Loading branch information
aparna-aot authored Oct 16, 2024
2 parents 9f16d82 + 8798516 commit 8ca9d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class redlineresponsenotificationmessage(object):
def __init__(self, ministryrequestid, serviceid, errorflag, createdby,feeoverridereason) -> None:
def __init__(self, ministryrequestid, serviceid, errorflag, createdby,feeoverridereason="") -> None:
self.ministryrequestid = ministryrequestid
self.serviceid = serviceid
self.errorflag = errorflag
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class zipperproducermessage(object):
def __init__(self,jobid,requestid,category,requestnumber,bcgovcode,createdby,ministryrequestid,filestozip,finaloutput,attributes,feeoverridereason,summarydocuments=None,redactionlayerid=None,foldername=None) -> None:
def __init__(self,jobid,requestid,category,requestnumber,bcgovcode,createdby,ministryrequestid,filestozip,finaloutput,attributes,feeoverridereason=None,summarydocuments=None,redactionlayerid=None,foldername=None) -> None:
self.jobid = jobid
self.requestid = requestid
self.category=category
Expand Down

0 comments on commit 8ca9d65

Please sign in to comment.