PHP Classes

File: tests/datacash_magic_numbers.dist.php

Recommend this page to a friend!
  Classes of Andreas Kollaros   Aktive Merchant   tests/datacash_magic_numbers.dist.php   Download  
File: tests/datacash_magic_numbers.dist.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Aktive Merchant
Common interface to process payments with gateways
Author: By
Last change: Update of tests/datacash_magic_numbers.dist.php
Date: 2 months ago
Size: 455 bytes
 

Contents

Class file image Download
<?php

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/**
 * Magic numbers of credit cards, provided by DataCash account.
 */

return array(
    array(
       
"number" => "4444333322221111",
       
"month" => "01",
       
"year" => "2017",
       
"verification_value" => "123"
   
),
    array(
       
"number" => "5120790000000158",
       
"month" => "01",
       
"year" => "2017",
       
"verification_value" => "123"
   
),
);