defaultMethod(); } /** * The studio default when a student has no explicit override. */ public function defaultMethod(): string { return $this->settings->isStripeConfigured() ? Payment::METHOD_CARD : Payment::METHOD_ETRANSFER; } }