Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumnLetter.php |
— | — | @@ -94,18 +94,6 @@ |
95 | 95 | // email |
96 | 96 | $form .= $this->getEmailField(); |
97 | 97 | |
98 | | - //comment message |
99 | | - $form .= $this->getCommentMessageField(); |
100 | | - |
101 | | - //comment |
102 | | - $form .= $this->getCommentField(); |
103 | | - |
104 | | - // anonymous |
105 | | - $form .= $this->getCommentOptionField(); |
106 | | - |
107 | | - // email agreement |
108 | | - $form .= $this->getEmailOptField(); |
109 | | - |
110 | 98 | // amount |
111 | 99 | $form .= $this->getAmountField(); |
112 | 100 | |