Skip to content

Commit

Permalink
Remove phone number field from test meta box.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Jul 14, 2022
1 parent ca4571b commit f21d102
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions views/meta-box-gateway-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,6 @@
</td>
</tr>

<tr>
<th scope="row">
<?php esc_html_e( 'Phone Number', 'pronamic_ideal' ); ?>
</th>
<td>
<input name="test_phone" id="test_phone" class="regular-text code pronamic-pay-form-control" value="" type="tel" />
</td>
</tr>

<?php if ( $gateway->supports( 'recurring' ) ) : ?>

<?php
Expand Down

0 comments on commit f21d102

Please sign in to comment.