Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Aug 30, 2023
1 parent 91e03d4 commit 7d250b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions views/payment-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}

echo '</select>';
}
},
],
[
'id' => 'pronamic_pay_payment_method_field',
Expand Down Expand Up @@ -93,7 +93,7 @@
}

echo '</select>';
}
},
],
[
'id' => 'pronamic_pay_config_id',
Expand Down Expand Up @@ -126,12 +126,12 @@
}

echo '</select>';
}
},
],
[
'id' => 'pronamic_pay_transaction_description',
'label' => __( 'Transaction Description', 'pronamic_ideal' ),
'callback' => function ($field ) use ( $instance ) {
'callback' => function ( $field ) use ( $instance ) {
$id = $field['id'];

$current = '';
Expand All @@ -146,7 +146,7 @@
esc_attr( $current ),
esc_attr__( 'Enter a transaction description, you can use Formidable Forms shortcodes.', 'pronamic_ideal' )
);
}
},
],
[
'id' => 'pronamic_pay_delay_notifications',
Expand All @@ -166,8 +166,8 @@
checked( $current, 'on', false ),
esc_attr__( 'Delay email notifications until payment has been received.', 'pronamic_ideal' )
);
}
]
},
],
];

?>
Expand Down

0 comments on commit 7d250b9

Please sign in to comment.