Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php |
— | — | @@ -1634,12 +1634,6 @@ |
1635 | 1635 | } |
1636 | 1636 | } |
1637 | 1637 | |
1638 | | - protected function post_process_insert_orderwithpayment(){ |
1639 | | - if ( $this->getData_Raw( 'payment_method' ) != 'cc' ){ |
1640 | | - $this->runPostProcessHooks(); |
1641 | | - } |
1642 | | - } |
1643 | | - |
1644 | 1638 | /** |
1645 | 1639 | * getCVVResult is intended to be used by the functions filter, to |
1646 | 1640 | * determine if we want to fail the transaction ourselves or not. |