Skip to content

Commit

Permalink
fully change
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanamjad1129 committed Jun 11, 2021
1 parent 85ade3e commit cecabdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions src/PortAbstract.php
Expand Up @@ -106,6 +106,11 @@ function getLogTable()
return $this->db->table($this->config->get('gateway.table') . '_logs');
}

public function setFactorNumber($id)
{
return $this;
}

/**
* Get port id, $this->port
*
Expand Down
4 changes: 0 additions & 4 deletions src/Zarinpal/Zarinpal.php
Expand Up @@ -60,10 +60,6 @@ class Zarinpal extends PortAbstract implements PortInterface
*/
protected $mobileNumber;

public function setFactorNumber($id)
{
return $this;
}

/**
* Address of gate for redirect
Expand Down

0 comments on commit cecabdc

Please sign in to comment.