Skip to content

Commit

Permalink
Added metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Dunn committed May 18, 2012
1 parent dd97dfe commit 22999e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
26 changes: 1 addition & 25 deletions README.markdown
@@ -1,9 +1,4 @@
# PayPal Payments #

Version: 1.0.4
Author: [Max Wheeler](http://makenosound.com)
Build Date: 2011-05-01
Compatibility: Symphony 2.2+

The *PayPal Payments* extension allows you to reroute standard Symphony events
to PayPal Standard Payments.
Expand Down Expand Up @@ -174,23 +169,4 @@ Any of these fields (and most of the other fields returned by the IPN — see th
As the information needs to be submitted to PayPal via POST and that POST data can't be manipulated we have to 'fake' a way of passing it on. This is done by redirecting the user to a dynamically generated form that is automatically submitting via JavaScript—the downside obviously being that if a user does not have JavaScript enabled then they'll have to click through to continue onto PayPal.

[1]: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables
[2]: https://cms.paypal.com/cms_content/US/en_US/files/developer/IPNGuide.pdf

## Changelog ##

**1.0.4**

Symphony 2.2 compatibility:

* Using new accessors
* Fixed XML output from IPN event
* Fix #1: IPN calls getting logged multiple times
* Force HTML headers for the auto-submitting form

**1.0.3**

* Make IPN validate calls *only* to `www.paypal.com`, regardless of TLD

**1.0.2**

* [designermonkey](http://github.com/designermonkey): Fixed error on events save
[2]: https://cms.paypal.com/cms_content/US/en_US/files/developer/IPNGuide.pdf
19 changes: 19 additions & 0 deletions extension.meta.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<extension id="paypal_payments" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>PayPal Payments</name>
<description>Process and log transactions</description>
<repo type="github">https://github.com/symphonists/paypal_payments</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/25718/</url>
<types>
<type>Events</type>
<type>Third Party Integration</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
</author>
</authors>
<releases>
<release version="1.0.4" date="2011-05-01" min="2.2" max="2.2.x" />
</releases>
</extension>

0 comments on commit 22999e9

Please sign in to comment.