Skip to content

Commit 5ecc474

Browse files
committed
Add this point we shoud not use translation functions.
1 parent 338cd19 commit 5ecc474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Integration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct( $args = [] ) {
5757
'name' => 'Buckaroo',
5858
'host' => 'checkout.buckaroo.nl',
5959
'url' => 'https://plaza.buckaroo.nl/',
60-
'product_url' => \__( 'http://www.buckaroo-payments.com', 'pronamic_ideal' ),
60+
'product_url' => 'https://www.buckaroo.eu/',
6161
'dashboard_url' => 'https://plaza.buckaroo.nl/',
6262
'provider' => 'buckaroo',
6363
'supports' => [
@@ -67,7 +67,7 @@ public function __construct( $args = [] ) {
6767
'webhook_log',
6868
'webhook_no_config',
6969
],
70-
'manual_url' => \__( 'https://www.pronamicpay.com/en/manuals/how-to-connect-buckaroo-to-wordpress-with-pronamic-pay/', 'pronamic_ideal' ),
70+
'manual_url' => 'https://www.pronamicpay.com/en/manuals/how-to-connect-buckaroo-to-wordpress-with-pronamic-pay/',
7171
'meta_key_website_key' => 'buckaroo_website_key',
7272
'meta_key_secret_key' => 'buckaroo_secret_key',
7373
]

0 commit comments

Comments
 (0)