Payment_Process2
[ class tree: Payment_Process2 ] [ index: Payment_Process2 ] [ all elements ]

Source for file MockCreditCard.php

Documentation is available at MockCreditCard.php

  1. <?php
  2. require_once 'Payment/Process2/Type/CreditCard.php';
  3.  
  4. {
  5.  
  6.     /**
  7.      * Validate details of credit card.
  8.      *
  9.      * A mock card is always valid
  10.      *
  11.      * @return bool 
  12.      */
  13.     public function validate()
  14.     {
  15.         return true;
  16.     }
  17. }

Documentation generated on Mon, 11 Mar 2019 15:40:37 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.