Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
linkaja-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 04cfe114
authored
Nov 26, 2020
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Field resp_mesg butuh 200 karakter sebagai batas maksimum dari LinkAja
1 parent
1505c84d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
CHANGES.txt
linkaja/models.py
setup.py
CHANGES.txt
View file @
04cfe11
0.1.2 26-11-2020
----------------
- Field resp_mesg butuh 200 karakter sebagai batas maksimum dari LinkAja
0.1 6-11-2020
-------------
- Kali pertama
linkaja/models.py
View file @
04cfe11
...
...
@@ -16,6 +16,7 @@ Base = declarative_base()
# Tabel pertama saat ada request dari LinkAja
class
Rpc
(
Base
):
__tablename__
=
'linkaja_trx'
id
=
Column
(
Integer
,
primary_key
=
True
)
# Bill Ref
...
...
@@ -43,7 +44,7 @@ class Rpc(Base):
# Penjelasan resp_code untuk pelanggan
resp_msg
=
Column
(
String
(
200
))
# Penjelasan resp_code untuk audit sistem
resp_orig_msg
=
Column
(
String
(
200
)
)
resp_orig_msg
=
Column
(
Text
)
# Nama wajib pajak
biller_name
=
Column
(
String
(
200
))
# Dari payment response (Transaction ID)
...
...
setup.py
View file @
04cfe11
...
...
@@ -38,5 +38,4 @@ setup(
'linkaja_inquiry = linkaja.scripts.inquiry:main'
,
],
}
)
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