You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/modules/paynow.mdx
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
1
import { Tab, Tabs } from'nextra-theme-docs'
2
2
import { Callout } from'nextra-theme-docs'
3
3
4
-
# Pay Now Module
4
+
# PayNow Module
5
5
6
6
## Overview
7
7
8
-
The Pay Now module allows Lunar Client users to complete purchases directly within the game, providing a faster, more seamless checkout experience.
8
+
The PayNow module allows Lunar Client users to complete purchases directly within the game, providing a faster, more seamless checkout experience.
9
9
10
10
**Overlay Mode**
11
11
12
-
This mode displays the Pay Now checkout flow as an overlay on the Minecraft window, similar to opening an inventory. It provides the most seamless experience and is the preferred method. Overlay mode is only available on **Windows**.
12
+
This mode displays the PayNow checkout flow as an overlay on the Minecraft window, similar to opening an inventory. It provides the most seamless experience and is the preferred method. Overlay mode is only available on **Windows**.
As a fallback, and for **macOS** and **Linux** users, a separate window opens to display the Pay Now checkout flow. While not as seamless as overlay mode, this ensures compatibility across all operating systems.
18
+
As a fallback, and for **macOS** and **Linux** users, a separate window opens to display the PayNow checkout flow. While not as seamless as overlay mode, this ensures compatibility across all operating systems.
0 commit comments