yii2mod / yii2-cashier

Yii2 Cashier provides an interface to Stripe's subscription billing services.
MIT License
45 stars 23 forks source link

Tiny 'card year' bug in tests/CashierTest.php #21

Open raimon-segura opened 3 years ago

raimon-segura commented 3 years ago

Hi!,

There is a tiny bug, the "exp_year" card attribute should be in the future , I've tested a 2032 value and all test are ok https://github.com/yii2mod/yii2-cashier/blob/master/tests/CashierTest.php#L19

Many thanks!