Esempio n. 1
0
 public function paymentStatus()
 {
     return $this->getOne(Payment::getAllowedStatus());
 }
Esempio n. 2
0
 private static function getRandomPaymentStatus()
 {
     return self::getRandomString(Payment::getAllowedStatus());
 }