Skip to content

Commit

Permalink
add doc block for token
Browse files Browse the repository at this point in the history
  • Loading branch information
alibo committed Aug 15, 2015
1 parent 3efb3bc commit 7087cac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PaymentProviders/Saman/Saman.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

class Saman implements PaymentProvider
{

/**
* Soap client
*
Expand All @@ -26,6 +27,10 @@ class Saman implements PaymentProvider
* @var SamanConfig
*/
private $config;

/**
* @var string
*/
private $token = '';

/**
Expand Down

0 comments on commit 7087cac

Please sign in to comment.