Completed
Pull Request — master (#1268)
by
unknown
02:30
created
includes/class-wc-stripe-webhook-handler.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,8 @@
 block discarded – undo
62 62
 	 */
63 63
 	public function check_for_webhook() {
64 64
 		if ( ( 'POST' !== $_SERVER['REQUEST_METHOD'] )
65
-		     || ! isset( $_GET['wc-api'] )
66
-		     || ( 'wc_stripe' !== $_GET['wc-api'] )
65
+			 || ! isset( $_GET['wc-api'] )
66
+			 || ( 'wc_stripe' !== $_GET['wc-api'] )
67 67
 		) {
68 68
 			return;
69 69
 		}
Please login to merge, or discard this patch.