@@ -899,7 +899,7 @@ |
||
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 | } |
@@ -188,8 +188,8 @@ |
||
188 | 188 | |
189 | 189 | $payment_ids = implode( ',', $payment_ids ); |
190 | 190 | $customer->update( array( 'payment_ids' => $payment_ids, |
191 | - 'purchase_count' => $purchase_count, |
|
192 | - 'purchase_value' => $pending_total |
|
191 | + 'purchase_count' => $purchase_count, |
|
192 | + 'purchase_value' => $pending_total |
|
193 | 193 | ) ); |
194 | 194 | |
195 | 195 | $this->done = true; |