Skip to content

Commit

Permalink
Make redirect type private
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Nov 1, 2024
1 parent 8f36bd1 commit 63c1355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AdyenActions/Actions/RedirectAction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ public struct RedirectAction: Decodable {
/// The server-generated payment data that should be submitted to the `/payments/details` endpoint.
public let paymentData: String?

/// Redirect type.
public let type: RedirectType
private let type: RedirectType

/// Native redirect data.
public let nativeRedirectData: String?
Expand Down

0 comments on commit 63c1355

Please sign in to comment.