Skip to content

Commit

Permalink
vendor/bin/phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 4, 2023
1 parent ed8e6a8 commit 351c733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/meta-box-gateway-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
'section' => 'general',
'title' => __( 'Transaction feedback', 'pronamic_ideal' ),
'type' => 'custom',
'callback' => function() {
'callback' => function () {
printf(
'⚠️ %s',
__(
'Processing gateway transaction feedback in the background requires additional configuration.',
'pronamic_ideal'
)
);
}
},
];
}
}
Expand Down

0 comments on commit 351c733

Please sign in to comment.