lockfile again

This commit is contained in:
Tim Bendt
2025-11-26 11:50:55 -05:00
parent af3c23cb6e
commit 6ceecaa69e
4461 changed files with 641349 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
<?php
class Payeezy_CreditCard extends Payeezy_TransactionType
{
public function __construct($client)
{
parent::__construct('credit_card', $client);
}
}