Skip to content

Commit 8390f29

Browse files
committed
Change copy for async notice
1 parent 5ab0c19 commit 8390f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-wc-gateway-amazon-payments-advanced-abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function get_form_fields() {
280280
'type' => 'title',
281281
'description' => sprintf(
282282
/* translators: Merchant URL to copy and paste */
283-
__( 'To process payment the Optimal way complete your Seller Central configuration on plugin setup. From your seller Central home page, go to “Settings – Integration Settings”. In this page, please paste the URL below to the “Merchant URL” input field. <br /><code>%1$s</code>', 'woocommerce-gateway-amazon-payments-advanced' ),
283+
__( 'In order to get the quickest updates while working with Async mode, complete your Seller Central configuration on plugin setup. From your seller Central home page, go to “Settings – Integration Settings”. In this page, please paste the URL below to the “Merchant URL” input field. <br /><code>%1$s</code>', 'woocommerce-gateway-amazon-payments-advanced' ),
284284
wc_apa()->ipn_handler->get_notify_url()
285285
),
286286
),

0 commit comments

Comments
 (0)