Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php |
— | — | @@ -1854,12 +1854,6 @@ |
1855 | 1855 | } |
1856 | 1856 | } |
1857 | 1857 | |
1858 | | - protected function post_process_insert_orderwithpayment(){ |
1859 | | - if ( $this->getData_Raw( 'payment_method' ) != 'cc' ){ |
1860 | | - $this->runPostProcessHooks(); |
1861 | | - } |
1862 | | - } |
1863 | | - |
1864 | 1858 | /** |
1865 | 1859 | * getCVVResult is intended to be used by the functions filter, to |
1866 | 1860 | * determine if we want to fail the transaction ourselves or not. |
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1867 | 1861 | Merged /trunk/extensions/DonationInterface:r102682 |