File manager - Edit - /var/www/payraty/hris/vendor/iyzico/iyzipay-php/src/Iyzipay/Model/ReportingPaymentDetail.php
Back
<?php namespace Iyzipay\Model; use Iyzipay\Model\Mapper\ReportingPaymentDetailMapper; use Iyzipay\Options; use Iyzipay\Request\ReportingPaymentDetailRequest; use Iyzipay\RequestStringBuilder; class ReportingPaymentDetail extends ReportingPaymentDetailResource { public static function create(ReportingPaymentDetailRequest $request, Options $options) { $uri = $options->getBaseUrl() . "/v2/reporting/payment/details" . RequestStringBuilder::requestToStringQuery($request, 'reporting'); $rawResult = parent::httpClient()->getV2($uri, parent::getHttpHeadersIsV2($uri, null, $options)); return ReportingPaymentDetailMapper::create($rawResult)->jsonDecode()->mapReportingPaymentDetail(new ReportingPaymentDetail()); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings