Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
enggar appkey committed Jun 24, 2022
1 parent 84ed653 commit cd3de1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ composer require nekoding/laravel-softbank

Work in progress

### Feature

- [x] CC create transaction
- [x] CC confirm transaction
- [x] CC sales transaction
- [x] CC refund transaction
- [x] CC partial refund transaction

### Testing

```bash
Expand Down
3 changes: 2 additions & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
'merchant_id' => env('SOFTBANK_MERCHANT_ID'),
'service_id' => env('SOFTBANK_SERVICE_ID'),
'hash_key' => env('SOFTBANK_HASH_KEY'),
'api_endpoint' => env('SOFTBANK_API_ENDPOINT', "https://stbfep.sps-system.com/api/xmlapi.do")
'api_endpoint' => env('SOFTBANK_API_ENDPOINT', "https://stbfep.sps-system.com/api/xmlapi.do"),
'token_endpoint' => env('SOFTBANK_TOKEN_ENDPOINT', "https://stbtoken.sps-system.com/sbpstoken/com_sbps_system_token.js")
];

0 comments on commit cd3de1f

Please sign in to comment.