Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Update gateway settings for webhook status.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Apr 8, 2019
1 parent 55e8de3 commit f80546e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ public function fields( array $fields ) {
'methods' => array( 'sisow' ),
'title' => __( 'Transaction feedback', 'pronamic_ideal' ),
'type' => 'description',
'html' => sprintf(
'<span class="dashicons dashicons-yes"></span> %s',
__( 'Payment status updates will be processed without any additional configuration.', 'pronamic_ideal' )
),
'html' => __( 'Payment status updates will be processed without any additional configuration.', 'pronamic_ideal' ),
);

return $fields;
Expand Down

0 comments on commit f80546e

Please sign in to comment.