Skip to content

Commit

Permalink
Paywalls: updated offerings snapshot with new asset base URL (#2950)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Sep 6, 2023
1 parent 7f024b4 commit 8540cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
],
"paywall" : {
"asset_base_url" : "https://d35rwhxn1vk1te.cloudfront.net",
"asset_base_url" : "https://assets.pawwalls.com",
"config" : {
"blurred_background_image" : true,
"colors" : {
Expand Down
2 changes: 1 addition & 1 deletion Tests/TestingApps/SimpleApp/SimpleApp/SamplePaywalls.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private extension SamplePaywallLoader {
)

static let offeringIdentifier = "offering"
static let paywallAssetBaseURL = URL(string: "https://d35rwhxn1vk1te.cloudfront.net")!
static let paywallAssetBaseURL = URL(string: "https://assets.pawwalls.com")!
static let tosURL = URL(string: "https://revenuecat.com/tos")!

}
Expand Down

0 comments on commit 8540cf8

Please sign in to comment.