Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-pad-models
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0e47a9d6
authored
Feb 17, 2025
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed Kabupaten Lebak saat payment
1 parent
18b2f955
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
opensipkd/pad/services/lebak.py
opensipkd/pad/services/lebak.py
View file @
0e47a9d
from
datetime
import
date
from
..models.banjar
import
Payment
from
.default
import
(
Inquiry
as
BaseInquiry
,
Reversal
as
BaseReversal
,
...
...
@@ -17,6 +18,9 @@ INVOICE_ID = [
class
Inquiry
(
BaseInquiry
):
invoice_id_structure
=
INVOICE_ID
def
get_payment_model
(
self
):
# Override
return
Payment
def
get_kohir_model
(
self
):
# Override
pass
...
...
@@ -30,6 +34,9 @@ class Inquiry(BaseInquiry):
class
Reversal
(
BaseReversal
):
invoice_id_structure
=
INVOICE_ID
def
get_payment_model
(
self
):
# Override
return
Payment
class
AvailableInvoice
(
BaseAvailableInvoice
):
invoice_id_structure
=
INVOICE_ID
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment