Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/grupodly.com/models/Librerias/OpenPay/resources/OpenpayCharge.php
Назад
<?php /** * Openpay API v1 Client for PHP (version 1.0.0) * * Copyright © Openpay SAPI de C.V. All rights reserved. * http://www.openpay.mx/ * soporte@openpay.mx */ class OpenpayCharge extends OpenpayApiResourceBase { protected $authorization; protected $creation_date; protected $currency; protected $customer_id; protected $operation_type; protected $status; protected $transaction_type; // temporal hack // TODO: checar porque no instancia Openpaycard al recibir el parametro protected $card; protected $derivedResources = array('Refund' => null, 'Capture' => null); public function refund($params) { $resource = $this->derivedResources['refunds']; if ($resource) { return parent::_create($resource->resourceName, $params, array('parent' => $this)); } } public function capture($params) { $resource = $this->derivedResources['captures']; if ($resource) { return parent::_create($resource->resourceName, $params, array('parent' => $this)); } } public function update($params) { return $this->_updateCharge($params); } } // ---------------------------------------------------------------------------- class OpenpayChargeList extends OpenpayApiDerivedResource { public function create($params) { return $this->add($params); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка