Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
payuni authored Jan 18, 2023
1 parent 553a65b commit d65bee5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ $result = $payuniApi->ResultProcess($requestData);
...
];
```
* 若要使用代理商功能請在encryptInfo裡多加上IsPlatForm參數且值給1
```php
$encryptInfo = [
'IsPlatForm' => 1,
'MerID' => 'ABC',
'Timestamp' => time(),
...
];
```
* $merKey
* 請登入PAYUNi平台檢視商店串接資訊取得 Hash Key
* $merIV
Expand Down

0 comments on commit d65bee5

Please sign in to comment.