Update to reflect current PayPal menu structure
Just update instructions to be more accurate.
This commit is contained in:
parent
0d4db4b610
commit
968586f2ed
|
@ -66,7 +66,7 @@ return array(
|
|||
'identity_token' => array(
|
||||
'title' => __( 'PayPal Identity Token', 'woocommerce' ),
|
||||
'type' => 'text',
|
||||
'description' => __( 'Optionally enable "Payment Data Transfer" (Profile > Website Payment Preferences) and then copy your identity token here. This will allow payments to be verified without the need for PayPal IPN.', 'woocommerce' ),
|
||||
'description' => __( 'Optionally enable "Payment Data Transfer" (Profile > Profile and Settings > My Selling Tools > Website Preferences) and then copy your identity token here. This will allow payments to be verified without the need for PayPal IPN.', 'woocommerce' ),
|
||||
'default' => '',
|
||||
'desc_tip' => true,
|
||||
'placeholder' => ''
|
||||
|
|
Loading…
Reference in New Issue