← All changes
|
stripe/controllers/FrmTransLiteSubscriptionsController.php
+1
-1
6.5.2
→
6.7.2
View file →
| @@ -113,9 +113,9 @@ | ||
| 113 | 113 | $message = __( 'That subscription was not found', 'formidable' ); |
| 114 | 114 | } |
| 115 | 115 | } else { |
| 116 | 116 | $message = __( 'Oops! No subscription was selected for cancelation.', 'formidable' ); |
| 117 | - } | |
| 117 | + }//end if | |
| 118 | 118 | |
| 119 | 119 | echo esc_html( $message ); |
| 120 | 120 | wp_die(); |
| 121 | 121 | } |