Fix instructions for data to be entered on the paypal website.

This commit is contained in:
Colin Kuskie 2009-06-18 22:15:16 +00:00
parent 156025d03c
commit 08bd0855b5
2 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@
- fixed: In the Asset Manager, only display a Select All button if there is more than one asset.
- fixed: Add a progress indicator for long running functions so the user knows something is happening.
- fixed: In the Asset Manager, if you pasted an package or prototype if returned you to the page instead the manager.
- fixed: #10551: paypal (link to section of paypal website to enter in WebGUI information)
7.7.10
- Made a change to LDAP auth that adds an OR to that query so that it also searches for a row with fieldData REGEXP '^uid=(value-from-ldap-directory-server),'. (Wes Morgan)

View file

@ -165,9 +165,9 @@ our $I18N = {
},
'extra info' => {
message =>
q|Remember to set both &quot;Payment Data Transfer&quot; and &quot;Auto Return&quot; <b>ON</b> in the Website Payments section of your PayPal Profile.<br />
q|Remember to set both &quot;Payment Data Transfer&quot; and &quot;Auto Return&quot; <b>ON</b> in the <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_profile-website-payments">Website Payments</a> section of your PayPal Profile.<br />
Additionally, set the &quot;Return URL&quot; to:|,
lastUpdated => 0,
lastUpdated => 1245364211,
context => q|An informational message that's shown in the configuration form of this plugin.|
},
};