Example #1
0
 /**
  * Pause the current subscription.
  *
  * @return void
  */
 public function pauseSubscription()
 {
     return $this->subscription->pause();
 }