-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Enhancements to Add Transfer Method - Added support to the following: * List Prepaid Card Receipts * List User Receipts
- Loading branch information
Showing
124 changed files
with
14,682 additions
and
2,318 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
coverage_service: coveralls | ||
xcodeproj: HyperwalletUISDK.xcodeproj | ||
scheme: HyperwalletUISDK | ||
ignore: | ||
- Tests/* | ||
- UITests/* | ||
- Demo/* | ||
- Sources/Resources/* | ||
- Sources/Extensions/* | ||
- Sources/Generics/* | ||
- Sources/Localization/* | ||
- Sources/Helper/* | ||
- Sources/View/* | ||
- Sources/TransferMethod/*Controller.swift | ||
- Sources/TransferMethod/*Cell.swift | ||
- Sources/TransferMethod/AddTransferMethodSectionData.swift | ||
- Sources/Receipt/*Controller.swift | ||
- Sources/Receipt/*Cell.swift | ||
- Sources/HyperwalletUI.swift |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
Changelog | ||
========= | ||
|
||
1.0.0-beta01 | ||
[1.0.0-beta01](https://github.com/hyperwallet/hyperwallet-ios-ui-sdk/releases/tag/1.0.0-beta01) | ||
------------------- | ||
- Initial beta release of Hyperwallet UI SDK for iOS. This beta release has the following functionality: | ||
* UI components to create Bank Account and Bank Card for United States (USD) | ||
* UI components to list and deactivate accounts | ||
* UI components to create Bank Account and Bank Card for United States (USD) | ||
* UI components to list and deactivate accounts | ||
|
||
|
||
1.0.0-beta02 | ||
[1.0.0-beta02](https://github.com/hyperwallet/hyperwallet-ios-ui-sdk/releases/tag/1.0.0-beta02) | ||
------------------- | ||
* Added PayPal as a Transfer method | ||
* Defaulted in Transfer Method selection to country of User | ||
- Added PayPal as a Transfer method | ||
- Defaulted in Transfer Method selection to country of User | ||
|
||
|
||
[1.0.0-beta03](https://github.com/hyperwallet/hyperwallet-ios-ui-sdk/releases/tag/1.0.0-beta03) | ||
------------------- | ||
- Enhancements to Add Transfer Method | ||
- Added support to the following: | ||
* List Prepaid Card Receipts | ||
* List User Receipts |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta02" | ||
github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta03" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github "JanGorman/Hippolyte" "0.6.0" | ||
github "httpswift/swifter" ~> 1.4.6 | ||
github "httpswift/swifter" "1.4.6" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "JanGorman/Hippolyte" "0.6.0" | ||
github "httpswift/swifter" "1.4.6" | ||
github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta02" | ||
github "hyperwallet/hyperwallet-ios-sdk" "1.0.0-beta03" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'slather' |
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.