fix: add payment features (#52)
Release package / release (push) Successful in 30m1s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Reviewed-on: #52
This commit was merged in pull request #52.
This commit is contained in:
2026-05-12 05:22:08 +00:00
parent 6032a7c31b
commit 88244cb56f
16 changed files with 190 additions and 40 deletions
+8 -2
View File
@@ -20,7 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Install JDK and Maven
- name: Install dependencies with Proxy
env:
http_proxy: "http://host.docker.internal:3142"
https_proxy: "http://host.docker.internal:3142"
run: |
# Kiểm tra proxy có hoạt động không
echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/80proxy
@@ -48,7 +51,10 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Install JDK and Maven
- name: Install dependencies with Proxy
env:
http_proxy: "http://host.docker.internal:3142"
https_proxy: "http://host.docker.internal:3142"
run: |
# Kiểm tra proxy có hoạt động không
echo "Acquire::http::Proxy \"$http_proxy\";" > /etc/apt/apt.conf.d/80proxy