public function payment() { if ('type' == 'free') { } $subscription = new Subscription(); $subscription->createPayment(); }