Skip to content

Commit 551275b

Browse files
committed
add paynow imgs
1 parent 62b1464 commit 551275b

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

docs/developers/modules/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"nametag": "Nametag",
1717
"nickhider": "Nick Hider",
1818
"notification": "Notification",
19-
"paynow": "Pay Now",
19+
"paynow": "PayNow",
2020
"packetenrichment": "Packet Enrichment",
2121
"richpresence": "Rich Presence",
2222
"saturation": "Saturation",

docs/developers/modules/paynow.mdx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
import { Tab, Tabs } from 'nextra-theme-docs'
22
import { Callout } from 'nextra-theme-docs'
33

4-
# Pay Now Module
4+
# PayNow Module
55

66
## Overview
77

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.
99

1010
**Overlay Mode**
1111

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**.
13+
14+
![PayNow Overlay Example](/modules/paynow/overlay.png#center)
1315

1416
**Window Mode**
1517

16-
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.
19+
20+
![PayNow Window Example](/modules/paynow/window.png#center)
1721

1822
## Usage Guidelines
1923

@@ -65,7 +69,7 @@ Explore each integration by cycling through each tab to find the best fit for yo
6569

6670
<Tab>
6771

68-
**Display Pay Now Embedded Checkout**
72+
**Display PayNow Embedded Checkout**
6973

7074
```java
7175
public void displayPayNowEmbeddedCheckoutExample(Player viewer, String checkoutToken) {
@@ -98,7 +102,7 @@ public void displayPayNowEmbeddedCheckoutExample(Player viewer, String checkoutT
98102

99103
<Tab>
100104

101-
**Display Pay Now Embedded Checkout**
105+
**Display PayNow Embedded Checkout**
102106

103107
<Callout type="info">
104108
To detect embedded checkout support type visit [Apollo Serverbound packets](/apollo/developers/lightweight/protobuf/serverbound-packets)
@@ -118,7 +122,7 @@ public void displayPayNowEmbeddedCheckoutExample(Player viewer, String checkoutT
118122

119123
<Tab>
120124

121-
**Display Pay Now Embedded Checkout**
125+
**Display PayNow Embedded Checkout**
122126

123127
```java
124128
public void displayPayNowEmbeddedCheckoutExample(Player viewer, String checkoutToken) {
310 KB
Loading
312 KB
Loading

0 commit comments

Comments
 (0)