feat: implementation UsetrenoQRCodeProvider
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Entity\Remote\Usetreno\Edge;
|
||||
|
||||
readonly class EdgeQRCodePaymentIdentification
|
||||
{
|
||||
public function __construct(public string $variableSymbol, public string $specificSymbol, public string $constantSymbol) { }
|
||||
}
|
||||
Reference in New Issue
Block a user