Commit 83439ce Dirk Olbertz
committed
1 parent 5d28913 commit 83439ce Copy full SHA for 83439ce
File tree 3 files changed +0
-17
lines changed
3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,5 @@ public function add_payment_request_order_meta( PaymentContext $context ) {
238
238
if ( $ context ->payment_type === Eps::GATEWAY_ID ) {
239
239
$ _POST ['bankgrouptype ' ] = $ data ['bankgrouptype ' ];
240
240
}
241
-
242
- if ( $ context ->payment_type === Ideal::GATEWAY_ID ) {
243
- $ _POST ['bankgrouptype ' ] = $ data ['bankgrouptype ' ];
244
- }
245
241
}
246
242
}
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ public function __construct( $gateway ) {
14
14
15
15
$ this ->set ( 'clearingtype ' , 'sb ' );
16
16
$ this ->set ( 'onlinebanktransfertype ' , 'IDL ' );
17
- $ this ->set ( 'bankgrouptype ' , $ _POST ['bankgrouptype ' ] );
18
17
}
19
18
20
19
/**
Original file line number Diff line number Diff line change 1
1
<p>
2
2
<?php echo nl2br ( $ this ->get_option ( 'description ' ) ); ?>
3
3
</p>
4
- <fieldset>
5
- <p class="form-row form-row-wide">
6
- <label for="bankgrouptype"><?php _e ( 'Bank group ' , 'payone-woocommerce-3 ' ) ?> </label>
7
- <select class="payoneSelect" id="bankgrouptype" name="bankgrouptype">
8
- <?php foreach ( $ bankgroups as $ value => $ label ) { ?>
9
- <option value="<?php echo $ value ; ?> ">
10
- <?php echo $ label ; ?>
11
- </option>
12
- <?php } ?>
13
- </select>
14
- </p>
15
- </fieldset>
You can’t perform that action at this time.
0 commit comments