We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0bfc8 commit ccc5496Copy full SHA for ccc5496
README.md
@@ -53,6 +53,8 @@ $entry = new PaymentEntry(
53
### Redirect to Maxicash Gateway
54
Redirect your user to the maxicash gateway to continue the payment process
55
56
+> **Note** : If you're using Turbo Drive in your Symfony application, disable it on payment links in your twig templates
57
+
58
```php
59
$url = $maxicash->queryStringURLPayment($entry);
60
```
0 commit comments