Skip to content

Commit

Permalink
Updated info files
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrjozwiak committed Jun 27, 2017
1 parent caa9b75 commit 7605a94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions tpayLibs/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ or declare them dynamically (see examples):
* [MERCHANT_ID] - merchant id ex. 1010
* [MERCHANT_SECRET] - merchant secret ex. demo

Example of usages: [Basic](examples/BasicPaymentForm.php) [Basic with bank selection](examples/BankSelection.php) [eHat](examples/BasicEhatForm.php)
Example of usages: [Basic](tpayLibs/examples/BasicPaymentForm.php) [Basic with bank selection](tpayLibs/examples/BankSelection.php) [eHat](tpayLibs/examples/BasicEhatForm.php)

### Transaction API / create, get, refund, report

Expand All @@ -39,7 +39,7 @@ or declare them dynamically (see examples):
* [TR_API_KEY] - api merchantSecret ex.
* [TR_API_PASS] - api password ex. nd6u7duYeso4hrtc

Example of usages: [Create transaction](examples/TransactionApiExample.php) [Refund Transaction](examples/TransactionRefund.php)
Example of usages: [Create transaction](tpayLibs/examples/TransactionApiExample.php) [Refund Transaction](tpayLibs/examples/TransactionRefund.php)


### Card Basic / Card On-Site
Expand All @@ -50,7 +50,7 @@ or declare them dynamically (see examples):
* [CARD_RSA_KEY] - card RSA merchantSecret ex. S10tLS1CURdJTiBQVUJMSUMgS0VZLS0tLS0NCk1JR2ZNQTBHQ1NxR1NJYjNEUUXCQVFVQUE0R05ERBNCaVFLQmdRQ2NLRTVZNU1Wemd5a1Z5ODNMS1NTTFlEMEVrU2xadTRVZm1STS8NCmM5L0NtMENuVDM2ekU0L2dMRzBSYzQwODRHNmIzU3l5NVpvZ1kwQXFOVU5vUEptUUZGVyswdXJacU8yNFRCQkxCcU10TTVYSllDaVQNCmVpNkx3RUIyNnpPOFZocW9SK0tiRS92K1l1GlDXNGQ0cWtHU0IzeHBhSUJncllrT2o0aFJDOXk0WXdJ11FRQUINCi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLQ==
* [CARD_HASH_ALG] - card hash algorithm ex. sha1

Example of usages: [Card Basic Form](examples/CardBasicForm.php) [Card On-site Gateway](examples/CardGate.php)
Example of usages: [Card Basic Form](tpayLibs/examples/CardBasicForm.php) [Card On-site Gateway](tpayLibs/examples/CardGate.php)

### Szkwal / White Label

Expand All @@ -62,7 +62,7 @@ or declare them dynamically (see examples):
* [SZKWAL_PARTNER_ADDRESS] - szkwal unique partner address ex. c_supershop
* [SZKWAL_TITLE_FORMAT] - pattern of unique client title ex. KIR[0-9]{9}

Example of usages: [Szkwal](examples/Szkwal.php) [White Label](examples/WhiteLabel.php)
Example of usages: [Szkwal](tpayLibs/examples/Szkwal.php) [White Label](tpayLibs/examples/WhiteLabel.php)

### DAC / Masspayment / Transaction API requests

Expand All @@ -71,7 +71,7 @@ or declare them dynamically (see examples):
* [TRANSACTION_API_KEY] - transaction API merchantSecret ex. c4fb9c5482e16a848e68dbb1488ed42ddcb82311
* [TRANSACTION_API_PASS] - transaction API secret ex. bd6u7drYesa43rtw

Example of usages: [DAC](examples/Dac.php) [Masspayment and Transaction API](examples/MassPayment.php)
Example of usages: [DAC](tpayLibs/examples/Dac.php) [Masspayment and Transaction API](tpayLibs/examples/MassPayment.php)

Library has own logging system to save all confirmations and notifications sent by Tpay.com server
Be sure that file src/log is writable and add rule to htaccess to deny access to this file from browser
Expand Down
File renamed without changes.

0 comments on commit 7605a94

Please sign in to comment.