Skip to content

Instantly share code, notes, and snippets.

@ssdwho
ssdwho / install.xml
Created February 23, 2020 11:50
Opencart 3.x - NetGSM iyzico ödeme sonrası SMS ayarı
<?xml version="1.0" encoding="utf-8"?>
<modification>
<name>Netgsm</name>
<code>netgsm_opencart_module</code>
<version>2.0.0</version>
<author>Netgsm</author>
<link>https://www.netgsm.com.tr</link>
<!-- start file operation -->
<file path="admin/controller/common/column_left.php">
<operation>
@ssdwho
ssdwho / iyzico.php
Created February 17, 2020 08:44
Opencart 3.0.3.2 iyzico payment bug fixing
<?php
class ControllerExtensionPaymentIyzico extends Controller {
private $module_version = VERSION;
private $module_product_name = 'eleven-1.1';
public function index() {
$this->load->language('extension/payment/iyzico');