@@ -45,7 +45,7 @@ |
||
| 45 | 45 | Give_Notices::print_frontend_notice( __( 'Nonce verification has failed.', 'give' ), true, 'error' ); |
| 46 | 46 | exit(); |
| 47 | 47 | |
| 48 | - }elseif ( isset( $post_data['give_payment_mode'] ) ) { |
|
| 48 | + } elseif ( isset( $post_data['give_payment_mode'] ) ) { |
|
| 49 | 49 | |
| 50 | 50 | $form_id_prefix = ! empty( $post_data['give_form_id_prefix'] ) ? $post_data['give_form_id_prefix'] : ''; |
| 51 | 51 | |