X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=notes_for_module_writers_v3;h=e7f05018ff1a1087493d29205aebfe6108730249;hb=a072c420873c14bfeeb25e9ecf2666004c3dd2e2;hp=f8d9ce574b8c059e61964d79da45f622b3350803;hpb=ef08cc209fc93e78316587becb76d9b2662ebf95;p=Business-OnlinePayment.git diff --git a/notes_for_module_writers_v3 b/notes_for_module_writers_v3 index f8d9ce5..e7f0501 100644 --- a/notes_for_module_writers_v3 +++ b/notes_for_module_writers_v3 @@ -5,9 +5,6 @@ These are the module writer's notes for v3. See the regular - If your gateway is HTTPS-based, use (or convert to) Business::OnlinePayment::HTTPS !! - - Business::OnlinePayment::OpenECHO is the first "v3-ish" module, try - starting from there. - - Handling failures: @@ -53,6 +50,8 @@ These are the module writer's notes for v3. See the regular 'gateway_url' => 'http://www.example.com/', 'module_version' => $VERSION, 'supported_types' => [ qw( CC ECHECK ) ], + 'token_support' => 0, #card storage/tokenization support + 'test_transaction' => 0, #set true if ->test_transaction(1) works 'supported_actions' => [ 'Normal Authorization', 'Authorization Only', @@ -74,6 +73,8 @@ These are the module writer's notes for v3. See the regular 'module_version' => $VERSION, 'module_notes' => 'usage notes', 'supported_types' => [ qw( CC ECHECK ) ], + 'token_support' => 1, + 'test_transaction' => 1, 'supported_actions' => { 'CC' => [ 'Normal Authorization', 'Authorization Only',