Skip to content

Commit

Permalink
Merge branch 'pr23'
Browse files Browse the repository at this point in the history
Conflicts:
	src/Message/ShopFrontendAuthorizeRequest.php
  • Loading branch information
judgej committed Jun 13, 2017
2 parents 9355b50 + bca0004 commit b943f4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/AbstractShopGateway.php
Expand Up @@ -258,4 +258,14 @@ public function getClearingType()
{
return $this->getParameter('clearingtype');
}

public function setWalletType($value)
{
return $this->setParameter('wallettype', $value);
}

public function getWalletType()
{
return $this->getParameter('wallettype');
}
}

0 comments on commit b943f4c

Please sign in to comment.