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 fbca385 commit a558c38Copy full SHA for a558c38
README.md
@@ -64,7 +64,8 @@ or set account informations dynamically by changing `dynamic` value to '1' in `c
64
```
65
and set account informations in a session
66
```php
67
-session(['integrator_key' => $your_integrator_key])
+session(['integrator_key' => $your_integrator_key]
68
+session(['account_id' => $your_account_id]))
69
session(['email' => $your_email])
70
session(['password' => $your_password])
71
0 commit comments