PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
iyzico
/
iyzipay-php
/
src
/
Iyzipay
/
Model
/
Mapper
/
Iyzilink
/
Editing: IyziLinkRetrieveAllProductMapper.php
<?php namespace Iyzipay\Model\Mapper\Iyzilink; use Iyzipay\Model\Iyzilink\IyziLinkRetrieveAllProduct; class IyziLinkRetrieveAllProductMapper extends IyziLinkRetrieveAllProductResourceMapper { public static function create($rawResult = null) { return new IyziLinkRetrieveAllProductMapper($rawResult); } public function mapIyziLinkRetriveAllProductFrom(IyziLinkRetrieveAllProduct $create, $jsonObject) { parent::mapIyziLinkRetriveAllProductResourceFrom($create, $jsonObject); return $create; } public function mapIyziLinkRetriveAllProduct(IyziLinkRetrieveAllProduct $create) { return $this->mapIyziLinkRetriveAllProductFrom($create, $this->jsonObject); } }
SAVE
CANCEL