Skip to content

Commit

Permalink
Merge branch 'add-cloudkassir-support'
Browse files Browse the repository at this point in the history
  • Loading branch information
Msik committed Sep 6, 2021
2 parents fa7cc66 + 397355b commit d6d97a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@ public function startSession(ApplepayStartSession $data): AppleSessionResponse
/**
* Создание чека
* @param KktReceipt $data
* @return CloudResponse
* @return KktReceiptResponse
*/
public function createReceipt(KktReceipt $data): CloudResponse
public function createReceipt(KktReceipt $data): KktReceiptResponse
{
$method = 'kkt/receipt';

Expand Down
2 changes: 1 addition & 1 deletion src/Request/Receipt/CustomerReceipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CustomerReceipt extends BaseRequest
public ?array $additionalReceiptInfos = null;

/**
* @param array $items
* @param ReceiptItem[] $items
* @param string $taxationSystem
* @param ReceiptAmounts $amounts
*/
Expand Down

0 comments on commit d6d97a0

Please sign in to comment.