-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
2fb725d
commit 9e4c552
Showing
2 changed files
with
3 additions
and
20 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 |
---|---|---|
@@ -1,22 +1,5 @@ | ||
<?php | ||
namespace Dfe\Qiwi\API; | ||
use Df\API\Operation as O; | ||
use Df\Core\Exception as DFE; | ||
// 2017-09-03 | ||
/** @method static Bill s() */ | ||
final class Bill extends \Df\API\Facade { | ||
/** | ||
* 2017-09-03 | ||
* «4.2. Creating an Invoice», page 7. | ||
* «4.2. Выставление счета пользователю», страница 7. | ||
* `[QIWI Wallet] The REST API specification (v.2.12)`, https://mage2.pro/t/3745 | ||
* https://github.com/QIWI-API/pull-payments-docs/blob/40d48cf0/_pull-payments-api_en.html.md#request--put | ||
* https://github.com/QIWI-API/pull-payments-docs/blob/40d48cf0/_pull-payments-api_ru.html.md#Запрос--put | ||
* https://developer.qiwi.com/ru/pull-payments/index.html#invoice_rest | ||
* @param string $id | ||
* @param array(string => mixed) $a | ||
* @return O | ||
* @throws DFE | ||
*/ | ||
function put($id, array $a) {return $this->p([$id, $a]);} | ||
} | ||
final class Bill extends \Df\API\Facade {} |
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