Skip to content

Commit 885e360

Browse files
committed
Update README file
1 parent 492c549 commit 885e360

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,6 @@ Pick the flow that matches your product. All options below use this package on t
150150
| **APM** | PayPal, Pix, etc. | `initializeAlternativePayment()` | Alternative payment methods |
151151
| **Subscriptions** | Recurring billing | `retrieveSubscription()`, `cancelSubscription()`, … | SaaS / memberships |
152152

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-
end
164-
```
165-
166153
---
167154

168155
## Using the package in Laravel

0 commit comments

Comments
 (0)