Skip to content

Commit ce8a8a8

Browse files
CardRegistration Field Update
CardRegistration Field Update
2 parents 7c21340 + a7d5754 commit ce8a8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MangopayVaultSDK/Models/CardRegistration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public struct CardRegistration: Codable {
4848
self.cardRegistrationURLStr = cardRegistrationURLStr
4949
self.currency = currency
5050
self.status = status
51-
self.resultCode = ResultCode
51+
self.resultCode = resultCode
5252
}
5353

5454
enum CodingKeys: String, CodingKey {

0 commit comments

Comments
 (0)