Skip to content

Commit

Permalink
Minor doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Apr 25, 2024
1 parent 6af8b32 commit fe4c749
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Vanilo Mollie Documentation

This library implements the Mollie integration for
[Vanilo Payments](https://vanilo.io/docs/master/payments).
[Vanilo Payments](https://vanilo.io/docs/4.x/payments).

---

Expand Down
4 changes: 3 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
The following `.env` parameters can be set in order to work with this package.

```dotenv
MOLLIE_Mollie=
MOLLIE_API_KEY=
MOLLIE_RETURN_URL=
MOLLIE_WEBHOOK_URL=
```

## Registration with Payments Module
Expand Down
4 changes: 2 additions & 2 deletions docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The typical Vanilo Payments workflow with Mollie
consists of the following steps:

1. Create an **Order** (or any
["Payable"](https://vanilo.io/docs/2.x/payments#payables))
["Payable"](https://vanilo.io/docs/4.x/payments#payables))
2. Obtain the **payment method** from the checkout<sup>*</sup>
3. Get the appropriate **gateway instance** associated with the payment
method
Expand Down Expand Up @@ -118,7 +118,7 @@ $gateway->createPaymentRequest($payment, null, $options);

Apart from passing the `view` option to the `createPaymentRequest` (see
above), there's an even more simple way: Laravel lets you
[override the views from vendor packages](https://laravel.com/docs/8.x/packages#overriding-package-views)
[override the views from vendor packages](https://laravel.com/docs/11.x/packages#overriding-package-views)
like this.

Simply put, if you create the
Expand Down

0 comments on commit fe4c749

Please sign in to comment.