Skip to content

Commit 42fbd95

Browse files
committed
Merge branch 'ADP-4861' into develop
2 parents 9a726f0 + ad4643e commit 42fbd95

29 files changed

Lines changed: 1390 additions & 51 deletions

versioned_docs/version-3.0/android-implement-paywalls-manually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you are working with paywalls you've implemented yourself, you can delegate h
1515
`makePurchase` works with products created in the Adapty dashboard. Make sure you configure products and ways to retrieve them in the dashboard by following the [quickstart guide](quickstart).
1616
:::
1717

18-
<CustomDocCardList ids={['fetch-paywalls-and-products-android', 'present-remote-config-paywalls-android', 'android-making-purchases', 'android-restore-purchase', 'android-troubleshoot-purchases']} />
18+
<CustomDocCardList ids={['android-quickstart-manual', 'fetch-paywalls-and-products-android', 'present-remote-config-paywalls-android', 'android-making-purchases', 'android-restore-purchase', 'android-troubleshoot-purchases']} />
1919

2020
## Observer mode
2121

versioned_docs/version-3.0/android-paywalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To get started with the Adapty Paywall Builder paywalls quickly, see our [quicks
1919

2020
### Implement paywalls manually
2121

22-
<CustomDocCardList ids={['fetch-paywalls-and-products-android', 'present-remote-config-paywalls-android', 'android-making-purchases']} />
22+
<CustomDocCardList ids={['android-quickstart-manual', 'fetch-paywalls-and-products-android', 'present-remote-config-paywalls-android', 'android-making-purchases']} />
2323

2424
For more guides on implementing paywalls and handling purchases manually, see the [category](android-implement-paywalls-manually).
2525

0 commit comments

Comments
 (0)