Skip to content

Commit

Permalink
Merge pull request #3 from payrails/PR-3031-fix-instrument-response
Browse files Browse the repository at this point in the history
PR-3031: Remove storeInstrument field in instrument response
  • Loading branch information
ngub authored Aug 24, 2023
2 parents e078a25 + ef9afc5 commit 2fd23b8
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 2fd23b8

Please sign in to comment.