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 ca4c22d9
authored
Nov 30, 2021
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
LinkAja tidak lagi membatasi biller_name hanya 200 karakter
1 parent
5f0da5b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
linkaja/models.py
setup.py
linkaja/models.py
View file @
ca4c22d
...
...
@@ -46,7 +46,7 @@ class Rpc(Base):
# Penjelasan resp_code untuk audit sistem
resp_orig_msg
=
Column
(
Text
)
# Nama wajib pajak
biller_name
=
Column
(
String
(
200
)
)
biller_name
=
Column
(
Text
)
# Dari payment response (Transaction ID)
ntp
=
Column
(
String
(
32
))
# Dari bit 11, dibutuhkan untuk reversal
...
...
setup.py
View file @
ca4c22d
...
...
@@ -31,6 +31,7 @@ setup(
license
=
'PostgreSQL License'
,
packages
=
find_packages
(),
install_requires
=
requires
,
include_package_data
=
True
,
zip_safe
=
False
,
entry_points
=
{
'console_scripts'
:
[
...
...
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