예제 #1
0
 public function getUserCardsList($login)
 {
     $this->configureEWalletWithUser($login);
     return PaytureEWalletCard::GetList();
 }
예제 #2
0
 /**
  * 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();
 }