Skip to content

Commit

Permalink
Coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Nov 14, 2024
1 parent f90d6da commit c479db1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ public function get_settings_fields() {
'title' => \__( 'Webhook URL', 'pronamic_ideal' ),
'tooltip' => \sprintf(
/* translators: %s: payment provider name */
\__( 'Copy the Webhook URL to the %s dashboard to receive automatic transaction status updates.', 'pronamic_ideal' ),
\__(
'Copy the Webhook URL to the %s dashboard to receive automatic transaction status updates.',
'pronamic_ideal'
),
\__( 'Rabo Smart Pay', 'pronamic_ideal' )
),
'type' => 'text',
Expand Down

0 comments on commit c479db1

Please sign in to comment.