mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
fixes for travis
This commit is contained in:
parent
bc2feba3fb
commit
6037e30887
@ -13,13 +13,13 @@ namespace App\DataMapper;
|
|||||||
|
|
||||||
class PaymentMethodMeta
|
class PaymentMethodMeta
|
||||||
{
|
{
|
||||||
$exp_month;
|
public $exp_month;
|
||||||
|
|
||||||
$exp_year;
|
public $exp_year;
|
||||||
|
|
||||||
$brand;
|
public $brand;
|
||||||
|
|
||||||
$last4;
|
public $last4;
|
||||||
|
|
||||||
$type;
|
public $type;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user