Test Failed
Pull Request — master (#3647)
by Ravinder
10:22
created
includes/gateways/actions.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.