Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/stripe/src/Message/ListInvoicesRequest.php
Ðазад
<?php /** * Stripe List Invoices Request. */ namespace Omnipay\Stripe\Message; /** * Stripe List Invoices Request. * * @see Omnipay\Stripe\Gateway * @link https://stripe.com/docs/api#list_invoices */ class ListInvoicesRequest extends AbstractRequest { public function getData() { $data = array(); return $data; } public function getEndpoint() { $endpoint = $this->endpoint.'/invoices'; if ($customerReference = $this->getCustomerReference()) { return $endpoint . '?customer=' . $customerReference; } return $endpoint; } public function getHttpMethod() { return 'GET'; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка