Cartalyst\Stripe\Stripe::idempotent PHP 메소드

idempotent() 공개 메소드

Sets the idempotency key.
public idempotent ( string $idempotencyKey )
$idempotencyKey string
    public function idempotent($idempotencyKey)
    {
        $this->config->setIdempotencyKey($idempotencyKey);
        return $this;
    }