Files
pancake/system/vendor/payeezy/payeezy-php/src/Payeezy/CreditCard.php
Tim Bendt 6b9ef7ca55 first
2025-11-25 00:16:35 -05:00

11 lines
165 B
PHP
Executable File

<?php
class Payeezy_CreditCard extends Payeezy_TransactionType
{
public function __construct($client)
{
parent::__construct('credit_card', $client);
}
}