Skip to content

Commit

Permalink
Fix transaction commit request security code
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Mar 26, 2018
1 parent 4804f6e commit 7530784
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 7530784

Please sign in to comment.