Skip to content

Commit

Permalink
CardRegistration Field Update
Browse files Browse the repository at this point in the history
CardRegistration Field Update
  • Loading branch information
jidefela-mgp authored Sep 16, 2024
2 parents 7c21340 + a7d5754 commit ce8a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangopayVaultSDK/Models/CardRegistration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public struct CardRegistration: Codable {
self.cardRegistrationURLStr = cardRegistrationURLStr
self.currency = currency
self.status = status
self.resultCode = ResultCode
self.resultCode = resultCode
}

enum CodingKeys: String, CodingKey {
Expand Down

0 comments on commit ce8a8a8

Please sign in to comment.