We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91d21d commit 68d795eCopy full SHA for 68d795e
Sources/WalletOrders/OrderBuilder.swift
@@ -40,6 +40,7 @@ public struct OrderBuilder: Sendable {
40
self.pemPrivateKey = pemPrivateKey
41
self.pemPrivateKeyPassword = pemPrivateKeyPassword
42
self.openSSLURL = URL(filePath: openSSLPath)
43
+ self.encoder.dateEncodingStrategy = .iso8601
44
}
45
46
private func signature(for manifest: Data) throws -> Data {
Sources/WalletPasses/PassBuilder.swift
@@ -40,6 +40,7 @@ public struct PassBuilder: Sendable {
/// Generates a signature for a given personalization token.
0 commit comments