File tree 2 files changed +3
-3
lines changed
Sources/WordPressKit/Services
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ let package = Package(
11
11
targets: [
12
12
. binaryTarget(
13
13
name: " WordPressKit " ,
14
- url: " https://github.com/user-attachments/files/20124623 /WordPressKit.zip " ,
15
- checksum: " fb3d6043a07ffe1ba50bbbf3ca8daaa001bff7f05273bad2a113c89705400b1b "
14
+ url: " https://github.com/user-attachments/files/20127687 /WordPressKit.zip " ,
15
+ checksum: " bbc81f893eb080a176d018f53d85e6747e529799309c0245c9e204053e75e138 "
16
16
) ,
17
17
]
18
18
)
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class SubscribersServiceRemote: ServiceRemoteWordPressComREST {
35
35
case paid
36
36
}
37
37
38
- var filters : [ String ] {
38
+ public var filters : [ String ] {
39
39
[ subscriptionTypeFilter? . rawValue, paymentTypeFilter? . rawValue] . compactMap { $0 }
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments