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