Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Adds docblock to cards method
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Paul committed Oct 21, 2016
1 parent cc6a054 commit 7f18cc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ public function capture($transaction, string $order = null, $amount = null)
return $this->process($transaction);
}

/**
* Create a new Vault instance.
*
* @return \CraigPaul\Moneris\Vault
*/
public function cards()
{
return new Vault($this->id, $this->token, $this->environment);
Expand Down

0 comments on commit 7f18cc0

Please sign in to comment.