コード例 #1
0
 public function __construct(ClientInterface $httpClient, HttpRequest $httpRequest)
 {
     parent::__construct($httpClient, $httpRequest);
     $this->generatedCardReference = (string) \Ramsey\Uuid\Uuid::uuid1();
 }