Skip to content

Instantly share code, notes, and snippets.

View ihor-sviziev's full-sized avatar

Ihor Sviziev ihor-sviziev

View GitHub Profile
@ihor-sviziev
ihor-sviziev / PayPal_Express_-_Fix_work_with_discount_v2.patch
Created November 5, 2015 10:24
PayPal_Express_-_Fix_work_with_discount_v2.patch
Index: magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php (revision de8690ea226be70199072586fead08fd204b3774)
+++ magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php (revision )
@@ -519,9 +519,14 @@
protected function _buildQuery($request)
{
@ihor-sviziev
ihor-sviziev / PayPal_Express_-_Fix_work_with_discount.patch
Created November 3, 2015 13:31
PayPal_Express_-_Fix_work_with_discount.patch
Index: magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php (revision 443087c1a542e65b0f1f1c43f3e3e82783a05251)
+++ magento/app/code/core/Mage/PaypalUk/Model/Api/Nvp.php (revision )
@@ -609,7 +609,7 @@
$this->_lineItemTotalExportMap = array(
Mage_Paypal_Model_Cart::TOTAL_TAX => 'TAXAMT',
@ihor-sviziev
ihor-sviziev / Created.php
Last active November 2, 2016 02:17
Magento 1.9.1.0 time created backend for eav attribute - Fix getFormat
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
@ihor-sviziev
ihor-sviziev / Combine.php
Last active November 3, 2015 13:13
Mage_SalesRule_Model_Rule_Condition_Product_Combine 1.9.1 fix
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php