We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492c549 commit 885e360Copy full SHA for 885e360
1 file changed
README.md
@@ -150,19 +150,6 @@ Pick the flow that matches your product. All options below use this package on t
150
| **APM** | PayPal, Pix, etc. | `initializeAlternativePayment()` | Alternative payment methods |
151
| **Subscriptions** | Recurring billing | `retrieveSubscription()`, `cancelSubscription()`, … | SaaS / memberships |
152
153
-```mermaid
154
-flowchart LR
155
- subgraph hosted [Hosted checkout]
156
- A[Your Laravel app] -->|createPaymentPage| B[Solidgate page URL]
157
- B --> C[Customer pays]
158
- C --> D[success_url / fail_url]
159
- end
160
- subgraph embedded [Embedded checkout]
161
- E[Your Laravel app] -->|merchantData| F[Your Blade page]
162
- F -->|solid-form.js| G[Customer pays on-site]
163
164
-```
165
-
166
---
167
168
## Using the package in Laravel
0 commit comments