Skip to content

Commit

Permalink
fix: relax vaultConfiguration required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
grgmgd committed Jan 30, 2024
1 parent b253ebb commit b0de834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PayrailsCSE/PayrailsCSE.swift
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ struct CSEConfiguration: Codable {

struct VaultConfiguration: Codable {
let encryptionPublicKey: String
let providerConfigId: String
let providerConfigId: String?
}

struct Tokenization: Codable {
Expand Down

0 comments on commit b0de834

Please sign in to comment.