-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Include all properties in public init * Make all properties internal * Update BTCard tests * Update BTVardClient tests * Update Integration tests * Update CardHelper newCard method * Update demo app Amex View Controller * Update CHANGELOG * Update V7 readme * Move property docstrings to the init method * Add optional on postalCode docstring * Fix code snippet * Add the missing commas in the documentation example * Remove optional for required properties, change boolean to let * Make return optional for static method card helper * Add message when user uses optional card helper method * Fix BTCardTests * Fix BTCardClient tests * Fix BTCardClient integration tests * Remove unnecessary code sample * Address PR feedback * Remove cvv note * Add init with cvv * Update amex integration test * Update docstring and empty validation * Update UTs
- Loading branch information
1 parent
a815b97
commit 416968f
Showing
11 changed files
with
415 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.