mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
80 - Testing the Confirmation Number Format
This commit is contained in:
11
app/RandomOrderConfirmationNumberGenerator.php
Normal file
11
app/RandomOrderConfirmationNumberGenerator.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
class RandomOrderConfirmationNumberGenerator implements OrderConfirmationNumberGenerator
|
||||
{
|
||||
public function generate()
|
||||
{
|
||||
return str_repeat('A', 24);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user