Skip to content

Commit

Permalink
Make redirect type internal
Browse files Browse the repository at this point in the history
  • Loading branch information
nauaros committed Nov 4, 2024
1 parent 9d9af2b commit 50ff982
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 @@ -27,8 +27,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
internal let type: RedirectType

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

0 comments on commit 50ff982

Please sign in to comment.