Index: trunk/extensions/DonationInterface/gateway_common/donation.api.php |
— | — | @@ -32,8 +32,6 @@ |
33 | 33 | } |
34 | 34 | } else if ( $this->gateway == 'globalcollect' ) { |
35 | 35 | $gatewayObj = new GlobalCollectAdapter(); |
36 | | - //I have NO IDEA how this worked before you were explicitly adding the data here. |
37 | | - $gatewayObj->addData( $this->donationData ); |
38 | 36 | switch ( $method ) { |
39 | 37 | // TODO: add other payment methods |
40 | 38 | case 'cc': |