Skip to content

Commit

Permalink
Fix bad copy in log message (#1702)
Browse files Browse the repository at this point in the history
Fix a small copy error in a log message
  • Loading branch information
aboedo authored May 17, 2024
1 parent 0056c6e commit 58c3210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ internal object ConfigureStrings {
"which should look like 'goog_1a2b3c4d5e6f7h' or 'amzn_1a2b3c4d5e6f7h'.\n" +
"See https://rev.cat/auth for more details."
const val AUTO_SYNC_PURCHASES_DISABLED = "Automatic syncing of purchases has been disabled. \n" +
"RevenueCat won’t observe the StoreKit queue, and it will not sync any purchase \n" +
"RevenueCat won’t observe the new purchases from the store, and it will not sync any purchase \n" +
"automatically. Call syncPurchases whenever a new transaction is completed so the \n" +
"receipt is sent to RevenueCat’s backend. Consumables disappear from the receipt \n" +
"after the transaction is finished, so make sure purchases are synced before \n" +
Expand Down

0 comments on commit 58c3210

Please sign in to comment.