Example #1
0
 public function removeUserCard($login, $cardId)
 {
     $this->configureEWalletWithUser($login);
     $res = PaytureEWalletCard::Remove(['CardId' => $cardId]);
     return $res->Success;
 }
 /**
  * This request fetches the list of payment cards registered by the selected user in Payture system.
  *
  * @return \stdClass
  */
 public static function CardGetList()
 {
     return PaytureEWalletCard::GetList();
 }