-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
455 additions
and
1,803 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
/** | ||
* Описание https://oplata.tinkoff.ru/landing/develop/documentation/processing_payment | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SergeyZatulivetrov\TinkoffAcquiring; | ||
|
||
use SergeyZatulivetrov\TinkoffAcquiring\Traits\BaseDataWithToken; | ||
|
||
/** | ||
* Class CancelData (Отмена платежа) | ||
* | ||
* @property string $TerminalKey | ||
* @property integer $PaymentId | ||
* @property string $IP | ||
* @property integer $Amount | ||
* @property array $Receipt | ||
*/ | ||
class CancelData | ||
{ | ||
use BaseDataWithToken; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
/** | ||
* Описание https://oplata.tinkoff.ru/landing/develop/documentation/processing_payment | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace SergeyZatulivetrov\TinkoffAcquiring; | ||
|
||
use SergeyZatulivetrov\TinkoffAcquiring\Traits\BaseDataWithToken; | ||
|
||
/** | ||
* Class ConfirmData (Подтверждение платежа) | ||
* | ||
* @property string $TerminalKey | ||
* @property integer $PaymentId | ||
* @property string $IP | ||
* @property integer $Amount | ||
* @property array $Receipt | ||
*/ | ||
class ConfirmData | ||
{ | ||
use BaseDataWithToken; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.