Skip to content

Commit

Permalink
Merge pull request #26 from tsaiyihua/3.2.x
Browse files Browse the repository at this point in the history
add .gitattributes and remove documents from archive files
  • Loading branch information
tsaiyihua authored Jul 19, 2024
2 parents ca4166e + 2889928 commit c812083
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/documents export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.phpunit.cache
/vendor
.DS_Store
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ ECPAY_HASH_IV=
ECPAY_INVOICE_HASH_KEY=
ECPAY_INVOICE_HASH_IV=
```
- 金流測試用的參數值請參考介接文件 ecpay_gw_p110.pdf 第11頁。
- 查詢發票用的參數請請參考介接文件 ecpay_004.pdf 第6頁。
- 金流測試用的參數值請參考介接文件 [ecpay_gw_p110.pdf](https://github.com/tsaiyihua/laravel-ecpay/blob/master/documents/ecpay_gw_p110.pdf) 第11頁。
- 查詢發票用的參數請請參考介接文件 [ecpay_004.pdf](https://github.com/tsaiyihua/laravel-ecpay/blob/master/documents/ecpay_004.pdf) 第6頁。

## 用法
### 基本用法
Expand Down Expand Up @@ -225,12 +225,12 @@ class InvoiceController extends Controller
- 綠界科技全方位金流信用卡介接技術文件 (2021-08-19)
- V 5.2.8
- 文件編號 gw_p110
- 文件位置 documents/ecpay_gw_p110.pdf
- 文件位置 [documents/ecpay_gw_p110.pdf](https://github.com/tsaiyihua/laravel-ecpay/blob/master/documents/ecpay_gw_p110.pdf)
- 綠界科技B2C電子發票介接技術文件 (2022-01-03)
- V 3.6.4
- 文件編號 gw_i100
- 文件位置 documents/ecpay_004.pdf
- 文件位置 [documents/ecpay_004.pdf](https://github.com/tsaiyihua/laravel-ecpay/blob/master/documents/ecpay_004.pdf)
- 綠界科技全方位金流介接技術文件 (2021-11-30)
- V 5.3.11
- 文件編號 gw_p100
- 文件位置 documents/ecpay_011.pdf
- 文件位置 [documents/ecpay_011.pdf](https://github.com/tsaiyihua/laravel-ecpay/blob/master/documents/ecpay_011.pdf)

0 comments on commit c812083

Please sign in to comment.