Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
1 | 1 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.alias.php:r97924-97926 |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js |
___________________________________________________________________ |
Modified: svn:mergeinfo |
2 | 2 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js:r97924-97926 |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
3 | 3 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/extras/minfraud/ccfd/CreditCardFraudDetection.php:r97924-97926 |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
4 | 4 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/extras/recaptcha/recaptcha-php/recaptchalib.php:r97924-97926 |
Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2_3step.html |
— | — | @@ -274,11 +274,15 @@ |
275 | 275 | if( amountErrorString != ""){ |
276 | 276 | $("#amountErrorMessages").html( amountErrorString ); |
277 | 277 | prevError = true; |
| 278 | + showStep2(); // init the headers |
| 279 | + showStep3(); |
278 | 280 | showStep1(); // should be default, but ensure |
279 | 281 | } |
280 | 282 | if( billingErrorString != ""){ |
281 | 283 | $("#billingErrorMessages").html( billingErrorString ); |
282 | 284 | if( !prevError ){ |
| 285 | + showStep1(); // init the headers |
| 286 | + showStep3(); |
283 | 287 | showStep2(); |
284 | 288 | prevError = true; |
285 | 289 | } |
— | — | @@ -286,8 +290,11 @@ |
287 | 291 | } |
288 | 292 | if( paymentErrorString != ""){ |
289 | 293 | $("#paymentErrorMessages").html( paymentErrorString ); |
290 | | - if( !prevError ) |
291 | | - showStep3(); |
| 294 | + if( !prevError ){ |
| 295 | + showStep1(); // init the headers |
| 296 | + showStep2(); |
| 297 | + showStep3(); |
| 298 | + } |
292 | 299 | showAmount( $('input[name="amount"]') ); // lets go ahead and assume there is something to show |
293 | 300 | } |
294 | 301 | |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/forms |
___________________________________________________________________ |
Modified: svn:mergeinfo |
295 | 302 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/forms:r97924-97926 |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
296 | 303 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php:r97924-97926 |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway |
___________________________________________________________________ |
Modified: svn:mergeinfo |
297 | 304 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway:r97924-97926 |