setApiVersion() public method

Sets the Stripe API version.
public setApiVersion ( string $apiVersion )
$apiVersion string
Beispiel #1
0
 /**
  * Sets the Stripe API version.
  *
  * @param  string  $apiVersion
  * @return $this
  */
 public function setApiVersion($apiVersion)
 {
     $this->config->setApiVersion($apiVersion);
     return $this;
 }