Файловый менеджер - Редактировать - /var/www/html/libraries/omnipay3/vendor/omnipay/stripe/src/Message/AttachSourceRequest.php
Ðазад
<?php /** * CreateSourceRequest */ namespace Omnipay\Stripe\Message; /** * Class CreateSourceRequest * * @link https://stripe.com/docs/api/sources/attach */ class AttachSourceRequest extends AbstractRequest { /** * @return mixed */ public function getData() { $this->validate('customerReference', 'source'); $data['source'] = $this->getSource(); return $data; } /** * @inheritdoc * * @return string The endpoint for the create token request. */ public function getEndpoint() { return $this->endpoint . '/customers/' . $this->getCustomerReference() . '/sources'; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка