lockfile again
This commit is contained in:
10
vendor/payeezy/payeezy-php/src/Payeezy/CreditCard.php
vendored
Normal file
10
vendor/payeezy/payeezy-php/src/Payeezy/CreditCard.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class Payeezy_CreditCard extends Payeezy_TransactionType
|
||||
{
|
||||
|
||||
public function __construct($client)
|
||||
{
|
||||
parent::__construct('credit_card', $client);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user