@@ -11,7 +11,7 @@ extension PayPalPayLaterButton.Color {
11
11
}
12
12
}
13
13
14
- extension PayPalButton . Color : CaseIterable {
14
+ extension PayPalButton . Color {
15
15
16
16
public static var allCases : [ PayPalButton . Color ] {
17
17
[ . gold, . white, . black, . silver, . blue]
@@ -22,7 +22,7 @@ extension PayPalButton.Color: CaseIterable {
22
22
}
23
23
}
24
24
25
- extension PayPalCreditButton . Color : CaseIterable {
25
+ extension PayPalCreditButton . Color {
26
26
27
27
public static var allCases : [ PayPalCreditButton . Color ] {
28
28
[ . white, . black, . darkBlue]
@@ -33,7 +33,7 @@ extension PayPalCreditButton.Color: CaseIterable {
33
33
}
34
34
}
35
35
36
- extension PaymentButtonEdges : CaseIterable {
36
+ extension PaymentButtonEdges {
37
37
38
38
public static var allCases : [ PaymentButtonEdges ] {
39
39
[ . hardEdges, . softEdges, . rounded, . custom( 10 ) ]
@@ -44,7 +44,7 @@ extension PaymentButtonEdges: CaseIterable {
44
44
}
45
45
}
46
46
47
- extension PaymentButtonSize : CaseIterable {
47
+ extension PaymentButtonSize {
48
48
49
49
public static var allCases : [ PaymentButtonSize ] {
50
50
[ . mini, . collapsed, . expanded, . full]
@@ -55,7 +55,7 @@ extension PaymentButtonSize: CaseIterable {
55
55
}
56
56
}
57
57
58
- extension PaymentButtonFundingSource : CaseIterable {
58
+ extension PaymentButtonFundingSource {
59
59
60
60
public static var allCases : [ PaymentButtonFundingSource ] {
61
61
[ . payPal, . payLater, . credit]
@@ -66,8 +66,8 @@ extension PaymentButtonFundingSource: CaseIterable {
66
66
}
67
67
}
68
68
69
- extension PayPalButton . Label : CaseIterable {
70
-
69
+ extension PayPalButton . Label {
70
+
71
71
public static var allCases : [ PayPalButton . Label ] {
72
72
[ . none, . checkout, . buyNow, . payWith]
73
73
}
0 commit comments