Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
winpay-client
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 e871a48d
authored
Mar 20, 2025
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed create_now()
1 parent
f9341e4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
pyproject.toml
winpay/va.py
pyproject.toml
View file @
e871a48
...
...
@@ -12,6 +12,7 @@ version = '0.1'
dependencies
=
[
'cryptography'
,
'requests'
,
'pytz'
,
]
requires-python
=
'>=
3.9
'
authors
=
[
...
...
winpay/va.py
View file @
e871a48
# Winpay Create Virtual Account
from
base64
import
b64encode
from
datetime
import
timedelta
from
datetime
import
(
datetime
,
timedelta
,
)
from
logging
import
getLogger
import
pytz
import
requests
...
...
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