for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Culqi;
class Tokens extends Resource
{
/**
* @param string $id La ID del token a devolver.
* @param array|string|null $opts
*
* @return Token
*/
public static function retrieve($id, $opts = null)
return self::_retrieve($id, $opts);
_retrieve()
Culqi\Tokens
retrieve()
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.
}
* @param array|null $params
* @return Token Token creado
* ATENCIÓN: Solo para desarollo. Lo ideal es usar el CULQI.JS.
public static function create($params = null, $opts = null)
return self::_create($params, $opts);
_create()
create()
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.