JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "ReportingPaymentTransactionMapper.php"
Full Path: /var/www/laravel_filter/vendor/iyzico/iyzipay-php/src/Iyzipay/Model/Mapper/ReportingPaymentTransactionMapper.php
File size: 724 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Iyzipay\Model\Mapper;
use Iyzipay\Model\ReportingPaymentTransaction;
class ReportingPaymentTransactionMapper extends ReportingPaymentTransactionResourceMapper
{
public static function create($rawResult = null)
{
return new ReportingPaymentTransactionMapper($rawResult);
}
public function mapReportingPaymentTransactionFrom(ReportingPaymentTransaction $create, $jsonObject)
{
parent::mapReportingPaymentTransactionResourceFrom($create, $jsonObject);
return $create;
}
public function mapReportingPaymentTransaction(ReportingPaymentTransaction $create)
{
return $this->mapReportingPaymentTransactionFrom($create, $this->jsonObject);
}
}