Skip to content

Commit 52bf98d

Browse files
authored
Readme: change highlighting
1 parent acbe02c commit 52bf98d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.docs/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ final class PaymentMethodDTO {
9696
Prepare list of available payment methods
9797

9898
`OrderPresenter.php`:
99+
99100
```php
100101
use Contributte\ThePay\Helper\DataApi;
101102
use Contributte\ThePay\Helper\IPaymentMethod;
@@ -130,7 +131,8 @@ class OrderPresenter extend Presenter {
130131
```
131132

132133
`Order/listMethods.latte`:
133-
```latte
134+
135+
```smarty
134136
<ul>
135137
<li n:foreach="$paymentMethods as $paymentMethodId => $paymentMethod">
136138
<a n:href="pay paymentMethodId => $paymentMethodId">

0 commit comments

Comments
 (0)