@@ -158,7 +158,7 @@ |
||
158 | 158 | $this->set_id( $invoice_id ); |
159 | 159 | } elseif ( is_string( $invoice ) && $invoice_id = self::get_invoice_id_by_field( $invoice, 'transaction_id' ) ) { |
160 | 160 | $this->set_id( $invoice_id ); |
161 | - }else { |
|
161 | + } else { |
|
162 | 162 | $this->set_object_read( true ); |
163 | 163 | } |
164 | 164 |