BOP Cardcom, RT13058
authorlevinse <levinse>
Wed, 8 Jun 2011 05:54:20 +0000 (05:54 +0000)
committerlevinse <levinse>
Wed, 8 Jun 2011 05:54:20 +0000 (05:54 +0000)
Cardcom.pm
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]

index 0203f78..3648318 100644 (file)
@@ -127,7 +127,7 @@ sub _info {
     'gateway_name'      => 'Cardcom',
     'gateway_url'       => 'http://www.cardcom.co.il',
     'module_version'    => $VERSION,
-    'support_types'     => [ 'CC' ],
+    'supported_types'   => [ 'CC' ],
     'token_support'     => 0, # well technically the gateway supports it, but we haven't implemented it
     'test_transaction'  => 1, 
     'supported_actions' => [ 
diff --git a/MANIFEST b/MANIFEST
new file mode 100644 (file)
index 0000000..31198b8
--- /dev/null
+++ b/MANIFEST
@@ -0,0 +1,9 @@
+Cardcom.pm
+Changes
+MANIFEST
+Makefile.PL
+README
+t/bop.t
+t/credit_card.t
+t/load.t
+META.yml                                 Module meta-data (added by MakeMaker)
diff --git a/META.yml b/META.yml
new file mode 100644 (file)
index 0000000..5499741
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,24 @@
+--- #YAML:1.0
+name:               Business-OnlinePayment-Cardcom
+version:            0.01
+abstract:           ~
+author:
+    - Erik Levinson <levinse@freeside.biz>
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Business::OnlinePayment:  0
+    Net::HTTPS::Any:      0
+    Tie::IxHash:          0
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.55_02
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4