übergang auf pakete, integration von stripe und paypal, blog hinzugefügt.
This commit is contained in:
9
app/Enums/PackageType.php
Normal file
9
app/Enums/PackageType.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum PackageType: string
|
||||
{
|
||||
case ENDCUSTOMER = 'endcustomer';
|
||||
case RESELLER = 'reseller';
|
||||
}
|
||||
Reference in New Issue
Block a user