Skip to content

Commit

Permalink
Fix: add 'CB_VISA_MASTERCARD' as default card type
Browse files Browse the repository at this point in the history
  • Loading branch information
George Chailazopoulos authored and George Chailazopoulos committed Sep 9, 2020
1 parent 05c2500 commit 552e0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mango_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MangoCard {
@required this.cardNumber,
@required this.expirationDate,
@required this.cvx,
@required this.cardType,
this.cardType = 'CB_VISA_MASTERCARD',
});

assertCardIsValid() =>
Expand Down

0 comments on commit 552e0cd

Please sign in to comment.