Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed May 2, 2023
1 parent ff2b858 commit b2b31df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/Client.php
Expand Up @@ -9,15 +9,11 @@ class Client extends \Laravie\Codex\Client
{
/**
* Billplz API Key.
*
* @var string|null
*/
protected ?string $apiKey;

/**
* Billplz X-Signature Key.
*
* @var string|null
*/
protected ?string $signatureKey;

Expand Down
3 changes: 2 additions & 1 deletion src/PaymentCompletion.php
Expand Up @@ -10,7 +10,8 @@ class PaymentCompletion implements Contracts\PaymentCompletion
public function __construct(
protected string $webhookUrl,
protected ?string $redirectUrl = null
) { }
) {
}

/**
* Get Webhook URL.
Expand Down
3 changes: 2 additions & 1 deletion src/Signature.php
Expand Up @@ -35,7 +35,8 @@ class Signature
public function __construct(
protected ?string $key,
protected array $attributes
) { }
) {
}

/**
* Construct a new signature verification for webhook.
Expand Down

0 comments on commit b2b31df

Please sign in to comment.