Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
warmkesselj committed Dec 19, 2024
1 parent ac4f1ef commit 75674ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Sources/BraintreeShopperInsights/BTButtonOrder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ import Foundation
/// - Warning: This module is in beta. It's public API may change or be removed in future releases.
public enum BTButtonOrder: String {

/// 0
/// First place
case first = "1"

/// 1
/// Second place
case second = "2"

/// 2
/// Third place
case third = "3"

/// 3
/// Fourth place
case fourth = "4"

/// 4
/// Fifth place
case fifth = "5"

/// 5
/// Sixth place
case sixth = "6"

/// 6
/// Seventh place
case seventh = "7"

/// 7
/// Eighth place
case eighth = "8"

/// 8
/// Greater than Eighth place
case other = "other"
}

0 comments on commit 75674ca

Please sign in to comment.