Skip to content

Commit 6b594e7

Browse files
committed
Merge pull request #12 from alexandernst/master
Fix docs
2 parents a8447b2 + b8c80b1 commit 6b594e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/get-it-started.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ return array(
4545
'components' => array(
4646
'payum' => array(
4747
'class' => '\Payum\YiiExtension\PayumComponent',
48-
'tokenStorage' => new FilesystemStorage(__DIR__.'/../data', 'PaymentSecurityToken'),
48+
'tokenStorage' => new FilesystemStorage(__DIR__.'/../data', 'PaymentSecurityToken', 'hash'),
4949
'payments' => array(
5050
'paypal' => PaymentFactory::create(new Api(new Curl(), array(
5151
'username' => 'REPLACE WITH YOURS',
@@ -55,9 +55,7 @@ return array(
5555
)))
5656
),
5757
'storages' => array(
58-
'paypal' => array(
59-
'PaymentDetails' => new FilesystemStorage(__DIR__.'/../data', 'PaymentDetails'),
60-
)
58+
'PaymentDetails' => new FilesystemStorage(__DIR__.'/../data', 'PaymentDetails'),
6159
)
6260
),
6361
),

0 commit comments

Comments
 (0)