Skip to content

Commit

Permalink
9.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 27, 2023
1 parent 57cee12 commit 3984aff
Show file tree
Hide file tree
Showing 42 changed files with 137 additions and 137 deletions.
4 changes: 2 additions & 2 deletions API/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ final function merchantID($s = null):string {return df_result_sne($this->probabl
* 2017-02-08
* @uses probablyTestableP()
* @used-by ikf_pw_api()
* @used-by \Df\GingerPaymentsBase\Settings::api()
* @used-by \Dfe\GingerPaymentsBase\Settings::api()
* @used-by \Dfe\AlphaCommerceHub\API\Client::commonParams()
* @used-by \Dfe\AlphaCommerceHub\Charge::pCharge()
* @used-by \Dfe\CheckoutCom\Settings::api()
Expand Down Expand Up @@ -83,7 +83,7 @@ function publicKey():string {return $this->key('probablyTestable', 'public', 'pu
* 2016-03-02
* @used-by ikf_pw_api()
* @used-by self::testableGeneric()
* @used-by \Df\GingerPaymentsBase\Settings::options()
* @used-by \Dfe\GingerPaymentsBase\Settings::options()
* @used-by \Df\Payment\ConfigProvider::config()
* @used-by \Df\Payment\Method::test()
* @used-by \Df\Payment\PlaceOrderInternal::message()
Expand Down
6 changes: 3 additions & 3 deletions Config/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ final function scope($s = null) {return !is_null($s) ? $s : (
* @used-by \Df\API\Settings::probablyTestable()
* @used-by \Df\Config\Source\WaitPeriodType::calculate()
* @used-by \Dfe\Facebook\Settings::appId()
* @used-by \Df\GingerPaymentsBase\ConfigProvider::config()
* @used-by \Df\GingerPaymentsBase\Settings::btId()
* @used-by \Df\GingerPaymentsBase\Settings::domain()
* @used-by \Dfe\GingerPaymentsBase\ConfigProvider::config()
* @used-by \Dfe\GingerPaymentsBase\Settings::btId()
* @used-by \Dfe\GingerPaymentsBase\Settings::domain()
* @used-by \Dfe\Google\Settings::clientId()
* @used-by \Df\OAuth\Settings::clientId()
* @used-by \Df\OAuth\Settings::refreshToken()
Expand Down
6 changes: 3 additions & 3 deletions Config/Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @see \Df\Config\Source\NoWhiteBlack
* @see \Df\Config\Source\SizeUnit
* @see \Df\Config\Source\WaitPeriodType
* @see \Df\GingerPaymentsBase\Source\Option
* @see \Dfe\GingerPaymentsBase\Source\Option
* @see \Df\Payment\Metadata
* @see \Df\Payment\Source
* @see \Df\Payment\Source\AC
Expand Down Expand Up @@ -56,7 +56,7 @@ abstract class Source extends SourceBase {
* @see \Df\Config\Source\NoWhiteBlack::map()
* @see \Df\Config\Source\SizeUnit::map()
* @see \Df\Config\Source\WaitPeriodType::map()
* @see \Df\GingerPaymentsBase\Source\Option::map()
* @see \Dfe\GingerPaymentsBase\Source\Option::map()
* @see \Df\Payment\Metadata::map()
* @see \Df\Payment\Source\AC::map()
* @see \Df\Payment\Source\Identification::map()
Expand Down Expand Up @@ -97,7 +97,7 @@ function keys():array {return dfc($this, function() {return array_keys($this->ma

/**
* 2016-08-07
* @used-by \Df\GingerPaymentsBase\Source\Option::optionsTest()
* @used-by \Dfe\GingerPaymentsBase\Source\Option::optionsTest()
* @used-by \Df\Payment\Settings\Options::o()
* @param string[]|null $k [optional]
* @return array(<value> => <label>)
Expand Down
2 changes: 1 addition & 1 deletion Core/lib/area.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function df_area_code_set_f():void {df_app_state()->setAreaCode(A::AREA_FRONTEND
* @used-by df_store()
* @used-by \Df\Config\Settings::scope()
* @used-by \Df\Framework\Form\Element\Fieldset::addField()
* @used-by \Df\GingerPaymentsBase\Block\Info::msgUnconfirmed()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::msgUnconfirmed()
* @used-by \Df\Payment\Block\Info::getIsSecureMode()
* @used-by \Df\Payment\Block\Info::getTemplate()
* @used-by \Df\Payment\Method::getFormBlockType()
Expand Down
4 changes: 2 additions & 2 deletions Core/lib/array/clean.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
* @used-by \Df\Core\Format\Html\Tag::openTagWithAttributesAsText()
* @used-by \Df\Framework\Log\Dispatcher::handle()
* @used-by \Df\Framework\Plugin\Reflection\DataObjectProcessor::aroundBuildOutputDataArray()
* @used-by \Df\GingerPaymentsBase\Charge::pCustomer()
* @used-by \Df\GingerPaymentsBase\Test\CreateOrder::t01_success()
* @used-by \Dfe\GingerPaymentsBase\Charge::pCustomer()
* @used-by \Dfe\GingerPaymentsBase\Test\CreateOrder::t01_success()
* @used-by \Df\OAuth\App::pCommon()
* @used-by \Df\OAuth\FE\Button::onFormInitialized()
* @used-by \Df\Payment\Block\Info::rPDF()
Expand Down
2 changes: 1 addition & 1 deletion Core/lib/array/deep.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @used-by \Df\Config\Settings::_matrix()
* @used-by \Df\Core\O::offsetExists()
* @used-by \Df\Core\O::offsetGet()
* @used-by \Df\GingerPaymentsBase\Block\Info::psDetails()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::psDetails()
* @used-by \Dfe\Oro\Test\Basic::t02_orders_stripe()
* @used-by \Df\Payment\ConfigProvider::p()
* @used-by \Df\StripeClone\Block\Info::cardDataFromChargeResponse()
Expand Down
8 changes: 4 additions & 4 deletions Core/lib/array/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,10 +299,10 @@ function dfa_unshift_assoc(&$a, string $k, $v):void {
* @used-by df_url_bp()
* @used-by ikf_pw_country()
* @used-by \Df\Directory\FE\Currency::v()
* @used-by \Df\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Df\GingerPaymentsBase\Choice::title()
* @used-by \Df\GingerPaymentsBase\Method::optionE()
* @used-by \Df\GingerPaymentsBase\Method::optionI()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\GingerPaymentsBase\Choice::title()
* @used-by \Dfe\GingerPaymentsBase\Method::optionE()
* @used-by \Dfe\GingerPaymentsBase\Method::optionI()
* @used-by \Df\Payment\BankCardNetworkDetector::label()
* @used-by \Df\PaypalClone\W\Event::statusT()
* @used-by \Dfe\AllPay\W\Reader::te2i()
Expand Down
2 changes: 1 addition & 1 deletion Core/lib/cache/other.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function df_cache_enabled(string $type):bool {
* https://github.com/mage2pro/core/issues/174#user-content-callable
* @used-by dfe_portal_stripe_customers()
* @used-by \Df\API\Client::p()
* @used-by \Df\GingerPaymentsBase\Api::idealBanks()
* @used-by \Dfe\GingerPaymentsBase\Api::idealBanks()
* @used-by \Dfe\GoogleFont\Controller\Index\Index::execute()
* @used-by \Df\Payment\Observer\DataProvider\SearchResult::execute()
* @used-by \Dfe\Robokassa\Api\Options::p()
Expand Down
2 changes: 1 addition & 1 deletion Core/lib/html.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function df_style_inline_hide(string ...$s):string {return !$s ? '' : df_style_i
* @used-by \Df\Framework\Form\Element\Renderer\Inline::render()
* @used-by \Df\Framework\Form\Element\Url::getElementHtml()
* @used-by \Df\Framework\Plugin\Data\Form\Element\AbstractElement::aroundGetLabelHtml()
* @used-by \Df\GingerPaymentsBase\Block\Info::btInstructions()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::btInstructions()
* @used-by \Df\Payment\Block\Info::msgUnconfirmed()
* @used-by \Df\Payment\Block\Info::rBackend()
* @used-by \Df\Payment\Block\Info::rCheckoutSuccess()
Expand Down
4 changes: 2 additions & 2 deletions Core/lib/json.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function df_check_json_complex($v):bool {return is_string($v) && df_starts_with(
* @used-by \Df\Config\Backend\Serialized::valueUnserialize()
* @used-by \Df\Config\Settings::json()
* @used-by \Df\Framework\Form\Element\Fieldset::v()
* @used-by \Df\GingerPaymentsBase\Api::req()
* @used-by \Dfe\GingerPaymentsBase\Api::req()
* @used-by \Dfe\GoogleFont\Fonts\Sprite::datumPoints()
* @used-by \Df\OAuth\App::requestToken()
* @used-by \Df\OAuth\App::state()
Expand Down Expand Up @@ -131,7 +131,7 @@ function df_json_decode($s, bool $throw = true) {/** @var mixed|bool|null $r */
* @used-by \Df\Config\Backend\Serialized::valueSerialize()
* @used-by \Df\Core\O::j()
* @used-by \Df\Framework\W\Result\Json::prepare()
* @used-by \Df\GingerPaymentsBase\Api::req()
* @used-by \Dfe\GingerPaymentsBase\Api::req()
* @used-by \Dfe\GoogleFont\Controller\Index\Index::execute()
* @used-by \Dfe\GoogleFont\Fonts\Sprite::draw()
* @used-by \Df\OAuth\FE\Button::onFormInitialized()
Expand Down
2 changes: 1 addition & 1 deletion Core/lib/object/objects.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function df_new_omd(string $c, array $d = []) {return df_om()->create($c, ['data
/**
* 2015-03-23
* @see df_ic()
* @used-by \Df\GingerPaymentsBase\Settings::os()
* @used-by \Dfe\GingerPaymentsBase\Settings::os()
* @used-by \Df\Payment\Settings::_options()
* @param array(string => mixed) $params [optional]
* @return _DO|object
Expand Down
2 changes: 1 addition & 1 deletion Core/lib/reflection/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function($c, $suf) {return df_cc(df_cld($c), $c, $suf);}, $c, $suf, $def, $throw
* @used-by dfpm_c()
* @used-by dfsm_c()
* @used-by \Df\API\Facade::p()
* @used-by \Df\GingerPaymentsBase\Settings::os()
* @used-by \Dfe\GingerPaymentsBase\Settings::os()
* @used-by \Df\Payment\Currency::f()
* @used-by \Df\Payment\Facade::s()
* @used-by \Df\PaypalClone\Charge::p()
Expand Down
2 changes: 1 addition & 1 deletion Core/lib/text/format.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function df_sprintf_strict($s):string {/** @var string $r */ /** @var mixed[] $a
* 2016-03-09 Замещает переменные в тексте.
* 2016-08-07 Сегодня разработал аналогичные функции для JavaScript: df.string.template() и df.t().
* @used-by df_file_name()
* @used-by \Df\GingerPaymentsBase\Block\Info::btInstructions()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::btInstructions()
* @used-by \Df\Payment\Charge::text()
* @used-by \Df\Payment\Settings::messageFailure()
* @used-by \Dfe\SalesSequence\Plugin\Model\Manager::affix()
Expand Down
2 changes: 1 addition & 1 deletion Framework/lib/http/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function df_header_utf():void {df_is_cli() || headers_sent() ?: header('Content-
/**
* 2017-02-26
* @used-by df_response_sign()
* @used-by \Df\GingerPaymentsBase\Api::__construct()
* @used-by \Dfe\GingerPaymentsBase\Api::__construct()
* @param array(string => string) $a [optional]
* @return array(string => string)
*/
Expand Down
8 changes: 4 additions & 4 deletions OQ/lib/oqi.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function df_oqi_tax($i):float {return df_oqi_amount($i);}

/**
* 2017-02-01
* @used-by \Df\GingerPaymentsBase\Charge::pOrderLines_products()
* @used-by \Dfe\GingerPaymentsBase\Charge::pOrderLines_products()
* @used-by \Dfe\CheckoutCom\Charge::cProduct()
* @used-by \Dfe\Klarna\Api\Checkout\V2\Charge\Products::p()
* @used-by \Stock2Shop\OrderExport\Payload::items()
Expand Down Expand Up @@ -209,7 +209,7 @@ function df_oqi_price($i, bool $withTax = false, bool $withDiscount = false):flo
* @used-by df_oqi_is_leaf()
* @used-by df_oqi_price()
* @used-by df_oqi_s()
* @used-by \Df\GingerPaymentsBase\Charge::pOrderLines_products()
* @used-by \Dfe\GingerPaymentsBase\Charge::pOrderLines_products()
* @used-by \Dfe\AlphaCommerceHub\Charge::pOrderItems()
* @used-by \Dfe\CheckoutCom\Charge::cProduct()
* @used-by \Dfe\Klarna\Api\Checkout\V2\Charge\Products::p()
Expand Down Expand Up @@ -275,7 +275,7 @@ function($i):string {/** @var OI|QI $i */return df_cc_s($i->getName(), 1 >= ($qt
* 2017-09-30
* @todo Why do not just use \Magento\Sales\Model\Order\Item::getTaxPercent()?
* I use it for Yandex.Kassa: @see \Dfe\YandexKassa\Charge::pTax()
* @used-by \Df\GingerPaymentsBase\Charge::pOrderLines_products()
* @used-by \Dfe\GingerPaymentsBase\Charge::pOrderLines_products()
* @used-by \Dfe\Klarna\Api\Checkout\V2\Charge\Products::p()
* @used-by \Stock2Shop\OrderExport\Payload::items()
* @param OI|QI $i
Expand Down Expand Up @@ -319,7 +319,7 @@ function df_oqi_total($i, bool $withTax = false, bool $withDiscount = false):flo

/**
* 2017-02-01
* @used-by \Df\GingerPaymentsBase\Charge::pOrderLines_products()
* @used-by \Dfe\GingerPaymentsBase\Charge::pOrderLines_products()
* @used-by \Dfe\AllPay\Charge::productUrls()
* @used-by \Dfe\CheckoutCom\Charge::cProduct()
* @used-by \Stock2Shop\OrderExport\Payload::items()
Expand Down
36 changes: 18 additions & 18 deletions Payment/Block/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* 2016-05-06
* @see \Df\GingerPaymentsBase\Block\Info
* @see \Dfe\GingerPaymentsBase\Block\Info
* @see \Df\StripeClone\Block\Info
* @see \Dfe\ACH\Block\Info
* @see \Dfe\AllPay\Block\Info
Expand Down Expand Up @@ -204,7 +204,7 @@ final protected function _toHtml():string {return
/**
* 2017-04-01
* Результат вполне может быть абстрактным:
* например, если текущий класс — @see \Df\GingerPaymentsBase\Block\Info
* например, если текущий класс — @see \Dfe\GingerPaymentsBase\Block\Info
* @var string $с
* @var string|null $s
*/
Expand Down Expand Up @@ -247,8 +247,8 @@ protected function ciId() {df_abstract($this); return null;}
/**
* 2017-04-17
* @final I do not use the PHP «final» keyword here to allow refine the return type using PHPDoc.
* @used-by \Df\GingerPaymentsBase\Block\Info::bt()
* @used-by \Df\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::bt()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\AllPay\Block\Info::prepareDic()
* @used-by \Dfe\AlphaCommerceHub\Block\Info::prepare()
*/
Expand All @@ -257,7 +257,7 @@ protected function choice():Choice {return dfp_choice($this->ii());}
/**
* 2017-04-17
* @final I do not use the PHP «final» keyword here to allow refine the return type using PHPDoc.
* @used-by \Df\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\AllPay\Block\Info::prepareDic()
* @used-by \Dfe\AlphaCommerceHub\Block\Info::prepare()
* @used-by \Dfe\IPay88\Block\Info::prepare()
Expand Down Expand Up @@ -319,7 +319,7 @@ final protected function extended(...$a) {return df_b($a, !$this->isSecureMode()
* @used-by self::o()
* @used-by self::option()
* @used-by self::rTable()
* @used-by \Df\GingerPaymentsBase\Block\Info::btInstructions()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::btInstructions()
* @used-by \Dfe\Square\Block\Info::prepare()
* @return II|I|OP|QP|mixed
*/
Expand Down Expand Up @@ -355,7 +355,7 @@ final protected function isTest($t = true, $f = false) {return dfc($this, functi
* @used-by self::siID()
* @used-by self::titleB()
* @used-by self::tm()
* @used-by \Df\GingerPaymentsBase\Block\Info::option()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::option()
* @used-by \Df\StripeClone\Block\Info::cardDataFromChargeResponse()
* @used-by \Df\StripeClone\Block\Info::cf()
* @used-by \Dfe\Vantiv\Block\Info::card()
Expand All @@ -365,15 +365,15 @@ protected function m():M {return dfpm($this->ii());}
/**
* 2017-03-29
* @used-by self::rCheckoutSuccess()
* @see \Df\GingerPaymentsBase\Block\Info::msgCheckoutSuccess()
* @see \Dfe\GingerPaymentsBase\Block\Info::msgCheckoutSuccess()
* @see \Dfe\Moip\Block\Info\Boleto::msgCheckoutSuccess()
*/
protected function msgCheckoutSuccess():string {return 'Not implemented.';}

/**
* 2017-03-29
* @used-by self::rUnconfirmed()
* @see \Df\GingerPaymentsBase\Block\Info::msgUnconfirmed()
* @see \Dfe\GingerPaymentsBase\Block\Info::msgUnconfirmed()
* @see \Dfe\ACH\Block\Info::msgUnconfirmed()
*/
protected function msgUnconfirmed():string {return df_tag('div', 'df-unconfirmed-text', __(
Expand All @@ -396,7 +396,7 @@ protected function msgUnconfirmed():string {return df_tag('div', 'df-unconfirmed
* (Df\Payment\Block\Info::prepare)»
* Поэтому был вынужден убрать «abstract».
* @used-by \Df\Payment\Block\Info::prepareToRendering()
* @see \Df\GingerPaymentsBase\Block\Info::prepare()
* @see \Dfe\GingerPaymentsBase\Block\Info::prepare()
* @see \Df\StripeClone\Block\Info::prepare()
* @see \Dfe\ACH\Block\Info::prepare()
* @see \Dfe\AllPay\Block\Info::prepare()
Expand Down Expand Up @@ -434,7 +434,7 @@ protected function prepareDic():void {}
* Этот метод инициализирирует информацию о ещё не подтверждённом платёжной системой
* или находящемся на модерации (review) в интернет-магазине платеже.
* @used-by \Df\Payment\Block\Info::prepareToRendering()
* @see \Df\GingerPaymentsBase\Block\Info::prepareUnconfirmed()
* @see \Dfe\GingerPaymentsBase\Block\Info::prepareUnconfirmed()
* @see \Dfe\ACH\Block\Info::prepareUnconfirmed()
* @see \Dfe\AllPay\Block\Info\BankCard::prepareUnconfirmed()
* @see \Dfe\AllPay\Block\Info\Offline::prepareUnconfirmed()
Expand Down Expand Up @@ -462,8 +462,8 @@ protected function rCustomerAccount():string {
/**
* 2017-02-18
* @final I do not use the PHP «final» keyword here to allow refine the return type using PHPDoc.
* @used-by \Df\GingerPaymentsBase\Block\Info::bt()
* @used-by \Df\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::bt()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\Stripe\Block\Info::cardData()
*/
protected function s(string $k = ''):Settings {return $this->m()->s($k);}
Expand All @@ -476,7 +476,7 @@ protected function s(string $k = ''):Settings {return $this->m()->s($k);}
* Ключи потом будут автоматически переведены методом @see \Df\Payment\Info\Entry::nameT()
* Значения переведены не будут!
* @used-by self::siEx()
* @used-by \Df\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\AlphaCommerceHub\Block\Info::prepare()
* @used-by \Dfe\AlphaCommerceHub\Block\Info::prepare()
* @used-by \Dfe\IPay88\Block\Info::prepare()
Expand All @@ -498,7 +498,7 @@ final protected function si($k, string $v = ''):void {
/**
* 2016-11-17
* @used-by self::siID()
* @used-by \Df\GingerPaymentsBase\Block\Info::prepare()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::prepare()
* @used-by \Df\StripeClone\Block\Info::prepare()
* @used-by \Dfe\AllPay\Block\Info::prepare()
* @used-by \Dfe\AlphaCommerceHub\Block\Info::prepare()
Expand All @@ -520,7 +520,7 @@ final protected function siEx($k, $v = null):void {

/**
* 2017-03-29
* @used-by \Df\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::prepareCommon()
* @used-by \Df\StripeClone\Block\Info::prepare()
*/
final protected function siID():void {$this->siEx(
Expand All @@ -539,8 +539,8 @@ protected function testModeLabel():string {return 'Test';}
* @used-by self::confirmed()
* @used-by self::e()
* @used-by self::siID()
* @used-by \Df\GingerPaymentsBase\Block\Info::option()
* @used-by \Df\GingerPaymentsBase\Block\Info::res0()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::option()
* @used-by \Dfe\GingerPaymentsBase\Block\Info::res0()
* @used-by \Df\StripeClone\Block\Info::cardData()
* @used-by \Dfe\AllPay\Block\Info\Offline::custom()
* @used-by \Dfe\Dragonpay\Block\Info::prepare()
Expand Down
10 changes: 5 additions & 5 deletions Payment/Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace Df\Payment;
/**
* 2016-07-02
* @see \Df\GingerPaymentsBase\Charge
* @see \Dfe\GingerPaymentsBase\Charge
* @see \Df\PaypalClone\Charge
* @see \Df\StripeClone\P\Charge
* @see \Dfe\CheckoutCom\Charge
Expand All @@ -16,7 +16,7 @@ abstract class Charge extends Operation {
/**
* 2016-08-27
* @used-by self::customerReturnRemote()
* @used-by \Df\GingerPaymentsBase\Charge::pCharge()
* @used-by \Dfe\GingerPaymentsBase\Charge::pCharge()
* @used-by \Dfe\AllPay\Charge::pCharge()
* @used-by \Dfe\AlphaCommerceHub\Charge::pCharge()
* @used-by \Dfe\IPay88\Charge::pCharge()
Expand All @@ -26,7 +26,7 @@ final protected function callback(string $path = 'confirm'):string {return df_we

/**
* 2016-08-26
* @used-by \Df\GingerPaymentsBase\Charge::pCustomer()
* @used-by \Dfe\GingerPaymentsBase\Charge::pCustomer()
* @used-by \Dfe\CheckoutCom\Charge::_build()
* @used-by \Dfe\Robokassa\Charge::pCharge()
* @used-by \Dfe\SecurePay\Charge::pCharge()
Expand All @@ -44,7 +44,7 @@ final protected function customerReturn():string {return dfp_url_customer_return

/**
* 2017-03-06
* @used-by \Df\GingerPaymentsBase\Charge::pCustomer()
* @used-by \Dfe\GingerPaymentsBase\Charge::pCustomer()
* @used-by \Df\StripeClone\P\Charge::request()
* @used-by \Dfe\AllPay\Charge::pCharge()
* @used-by \Dfe\AlphaCommerceHub\Charge::pCharge()
Expand All @@ -61,7 +61,7 @@ final protected function description():string {$s = $this->s(); return $this->te

/**
* 2016-09-07 Ключами результата являются человекопонятные названия переменных.
* @used-by \Df\GingerPaymentsBase\Charge::pCharge()
* @used-by \Dfe\GingerPaymentsBase\Charge::pCharge()
* @used-by \Dfe\Stripe\P\Charge::p()
* @return array(string => string)
*/
Expand Down
Loading

0 comments on commit 3984aff

Please sign in to comment.