Completed
Push — master ( ef703a...d56326 )
by Devin
22:27 queued 02:20
created
includes/payments/class-give-payment.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -899,7 +899,7 @@
 block discarded – undo
899 899
 					//Find a match between price_id and level_id
900 900
 					//First verify array keys exists THEN make the match
901 901
 					if ( ( isset( $args['price_id'] ) && isset( $price['_give_id']['level_id'] ) )
902
-					     && $args['price_id'] == $price['_give_id']['level_id']
902
+						 && $args['price_id'] == $price['_give_id']['level_id']
903 903
 					) {
904 904
 						$item_price = $price['_give_amount'];
905 905
 					}
Please login to merge, or discard this patch.