Skip to content

Commit

Permalink
Allow transaction commit request with empty message
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Jan 16, 2018
1 parent 10267a1 commit a76661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Model/Transaction/TransactionCommitRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ open class TransactionCommitRequest: Mappable {
- parameter message: The transaction message.
- parameter securityCode: The transaction security code.
*/
public init(message: String, securityCode: String) {
public init(message: String?, securityCode: String) {
self.message = message
self.securityCode = securityCode
}
Expand Down

0 comments on commit a76661c

Please sign in to comment.