Skip to content

Commit

Permalink
PR-3031: Remove storeInstrument field in instrument response
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdaniel committed Aug 24, 2023
1 parent e078a25 commit ef9afc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion PayrailsCSE.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'PayrailsCSE'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'Payrails client-side encryption SDK'

# This description is used to generate tags and improve search results.
Expand Down
1 change: 0 additions & 1 deletion Sources/PayrailsCSE/PayrailsCSE.swift
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ public struct Instrument: Codable {
public let paymentMethod: PaymentMethodType
public let status: InstrumentStatus
public let description: String?
public let storeInstrument: Bool
public let data: InstrumentData
public let providerData: CodableValue?
public let futureUsage: String?
Expand Down

0 comments on commit ef9afc5

Please sign in to comment.