fixes for travis

This commit is contained in:
David Bomba 2019-09-19 21:43:59 +10:00
parent bc2feba3fb
commit 6037e30887

View File

@ -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;
} }