/home/techb158/ileadtechnology.com/vendor/iyzico/iyzipay-php/src/Iyzipay/Model
Edit: /home/techb158/ileadtechnology.com/vendor/iyzico/iyzipay-php/src/Iyzipay/Model/InstallmentHtml.php (865B)
post($options->getBaseUrl() . "/payment/iyzipos/installment/html/horizontal", parent::getHttpHeaders($request, $options), $request->toJsonString());
return InstallmentHtmlMapper::create($rawResult)->jsonDecode()->mapInstallmentHtml(new InstallmentHtml());
}
public function getHtmlContent()
{
return $this->htmlContent;
}
public function setHtmlContent($htmlContent)
{
$this->htmlContent = $htmlContent;
}
}