Skip to content

Commit 74444b1

Browse files
committed
修正 ATM 虛擬帳號繳款的 expirationDay 預設值
根據 YiPay 金流串接手冊 V1.1.0 規格: - 超商代碼繳費 (type=3): 預設 2 天 (範圍 1~3 天) - ATM 虛擬帳號 (type=4): 預設 7 天 (範圍 1~7 天) 變更: - src/Message/PurchaseRequest.php: 根據 type 設定不同預設值 - src/Traits/HasAtmOrCvs.php: 更新註釋說明不同付款方式的天數範圍 - docs: 新增 YiPay 金流串接手冊 V1.1.0 Markdown 版本 測試: 所有測試通過 (59 tests, 159 assertions)
1 parent 28abc1d commit 74444b1

File tree

4 files changed

+714
-3
lines changed

4 files changed

+714
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
run: composer install --prefer-dist --no-interaction --no-progress
6060

6161
- name: Execute tests
62-
run: vendor/bin/phpunit --testdox --verbose
62+
run: vendor/bin/phpunit --testdox --no-coverage

0 commit comments

Comments
 (0)