@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | $frequency = $subscription->get_frequency(); |
114 | 114 | |
115 | 115 | // Show end date if frequency is limited. |
116 | - if ( ! empty( $frequency ) ) : |
|
116 | + if ( !empty( $frequency ) ) : |
|
117 | 117 | |
118 | 118 | ?> |
119 | 119 | |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | <?php |
138 | 138 | |
139 | 139 | // Show next payment date if subscription is not cancelled or completed. |
140 | - if ( ! in_array( $subscription->get_status(), array( Statuses::CANCELLED, Statuses::COMPLETED ) ), true ) : |
|
140 | + if ( !in_array( $subscription->get_status(), array( Statuses::CANCELLED, Statuses::COMPLETED ) ), true ) : |
|
141 | 141 | |
142 | 142 | ?> |
143 | 143 |