Version Notes
Version number: 0.1.0
Stability: Stable
Download this release
Release Info
Developer | Joerg Beekmann |
Extension | pacnet_raven |
Version | 0.1.0 |
Comparing to | |
See all releases |
Version 0.1.0
- package.xml +43 -0
package.xml
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>pacnet_raven</name>
|
4 |
+
<version>0.1.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v. 3.0 (OSL-3.0)</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>If you have a PacNet merchant account, this Magento extension will allow you to securely accept card payments through your Magento e-commerce site. </summary>
|
10 |
+
<description>Features:
|
11 |
+

|
12 |
+
• Accept any Visa or MasterCard branded or co-branded card payment. 
|
13 |
+
• Set prices in the local currency of your customers. Customers see your merchant descriptor and the exact amount that they agreed to pay with no currency conversion on their card statement. 
|
14 |
+
• No matter what currencies you accept from customers, you enjoy fast access to funds in a major currency of your choice.
|
15 |
+
• Debit, Pre-authorize and Refund transactions supported. Further transaction types available in Raven Online. 
|
16 |
+
• Payment Reporting and Management available through Raven Online 
|
17 |
+
• Card Data Tokenization allows for secure processing of refunds or further customer transactions using Raven Online
|
18 |
+
• Risk-flagging and management available through your PacNet account administration. Contact Client Services for implementation. 
|
19 |
+
• Level 1 PCI compliant 
|
20 |
+

|
21 |
+
Accepting cards using this extension requires a PacNet merchant account. Want to process debit and credit cards from around the world, but don’t yet have an account with PacNet? 
|
22 |
+

|
23 |
+
Please visit us at www.pacnetservices.com for more details. 
|
24 |
+

|
25 |
+
Please have your PacNet UserName, Shared Secret, and Payment Routing Number ready to complete the setup. 
|
26 |
+

|
27 |
+
Your PacNet Client Service Representative will be happy confirm the above details if required. 
|
28 |
+

|
29 |
+
North America +1 604 689 0399 / clientsupport@pacnetservices.com
|
30 |
+

|
31 |
+
Europe: +353 61 714 360 / shannon.clientsupport@pacnetservices.com
|
32 |
+
</description>
|
33 |
+
<notes>Version number: 0.1.0
|
34 |
+
Stability: Stable
|
35 |
+

|
36 |
+
</notes>
|
37 |
+
<authors><author><name>Christine K </name><user>PacN3t</user><email>christinek@pacnetservices.com</email></author></authors>
|
38 |
+
<date>2015-08-13</date>
|
39 |
+
<time>19:27:14</time>
|
40 |
+
<contents><target name="magecommunity"><dir name="."><dir name="app"><dir name="code"><file name="community" hash=""/></dir></dir></dir></target><target name="magedesign"><dir name="."><dir name="app"><file name="design" hash=""/></dir></dir></target><target name="magelib"><dir name="."><file name="lib" hash=""/></dir></target><target name="magemedia"><dir name="."><file name="media" hash=""/></dir></target><target name="mageweb"><dir name="."><file name="." hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target><target name="mage"><dir name="."><file name="." hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
|
41 |
+
<compatible/>
|
42 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php><package><name>pacnet_raven</name><channel>community</channel><min>1.5.0</min><max>1.9.0</max></package></required></dependencies>
|
43 |
+
</package>
|