This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Carbon\Carbon; | |
use GuzzleHttp\Client as GuzzleClient; | |
use GuzzleHttp\Exception\ClientException; | |
class SunatGenerateToken | |
{ | |
protected $sunatClientId; | |
protected $sunatClientSecret; | |
protected $username; |