|
Revision 234, 1.8 kB
(checked in by aufflick, 3 years ago)
|
Initial revision
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
<!-- Generated by the OpenACS Package Manager --> |
|---|
| 3 |
|
|---|
| 4 |
<package key="paypal-support" url="http://openacs.org/repository/apm/packages/paypal-support" type="apm_service"> |
|---|
| 5 |
<package-name>Paypal Support</package-name> |
|---|
| 6 |
<pretty-plural>Paypal Support</pretty-plural> |
|---|
| 7 |
<initial-install-p>f</initial-install-p> |
|---|
| 8 |
<singleton-p>t</singleton-p> |
|---|
| 9 |
<auto-mount>paypal-support</auto-mount> |
|---|
| 10 |
|
|---|
| 11 |
<version name="0.1d" url="http://openacs.org/repository/download/apm/paypal-support-0.1d.apm"> |
|---|
| 12 |
<owner url="mailto:mark@pumptheory.com">Mark Aufflick</owner> |
|---|
| 13 |
<vendor url="http://pumptheory.com/">pumptheory.com</vendor> |
|---|
| 14 |
<maturity>0</maturity> |
|---|
| 15 |
|
|---|
| 16 |
<provides url="paypal-support" version="0.1d"/> |
|---|
| 17 |
|
|---|
| 18 |
<callbacks> |
|---|
| 19 |
</callbacks> |
|---|
| 20 |
<parameters> |
|---|
| 21 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="BusinessEmail" description="The email address used to identify your paypal account"/> |
|---|
| 22 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="DefaultCurrency" default="AUD" description="Default Currency"/> |
|---|
| 23 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="PaypalButtonImage_buy_now" default="/resources/paypal-support/x-click-but01.gif" description="The image to use for buy now buttons"/> |
|---|
| 24 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="PaypalWebscrUrl" default="https://www.sandbox.paypal.com/cgi-bin/webscr" description="The url to post forms to - usually https://www.paypal.com/cgi-bin/webscr for live accounts or https://www.sandbox.paypal.com/cgi-bin/webscr for test accounts. You may want http instead of https as paypal does not support some features for ssl connections"/> |
|---|
| 25 |
</parameters> |
|---|
| 26 |
|
|---|
| 27 |
</version> |
|---|
| 28 |
</package> |
|---|