Skip to content

Commit a558c38

Browse files
committed
done
1 parent fbca385 commit a558c38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ or set account informations dynamically by changing `dynamic` value to '1' in `c
6464
```
6565
and set account informations in a session
6666
```php
67-
session(['integrator_key' => $your_integrator_key])
67+
session(['integrator_key' => $your_integrator_key]
68+
session(['account_id' => $your_account_id]))
6869
session(['email' => $your_email])
6970
session(['password' => $your_password])
7071
```

0 commit comments

Comments
 (0)