Skip to content

Commit

Permalink
Merge pull request #70 from uphold/bugfix/transaction-commit-request-…
Browse files Browse the repository at this point in the history
…security-code

Fix transaction commit request security code
  • Loading branch information
d-moreira authored Mar 26, 2018
2 parents 4804f6e + 7530784 commit 912d9e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Model/Transaction/TransactionCommitRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ open class TransactionCommitRequest: Mappable {
open func mapping(map: Map) {
self.beneficiary <- map["beneficiary"]
self.message <- map["message"]
self.securityCode <- map["securityCode"]
}

}

0 comments on commit 912d9e8

Please sign in to comment.