Skip to content

Commit

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

private let type: RedirectType
internal let type: RedirectType

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

0 comments on commit 3d9f471

Please sign in to comment.