Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Jul 17, 2024
1 parent 4f0346a commit 2543eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Endpoints/MethodIssuerEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function enable(string $profileId, string $methodId, string $issuerId)
$this->methodId = $methodId;
$this->issuerId = $issuerId;

/** @var Issuer */
$response = $this->createResource([], []);

$this->resetResourceIds();
Expand Down
1 change: 1 addition & 0 deletions src/Endpoints/SubscriptionPaymentEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function pageForIds(
$this->customerId = $customerId;
$this->subscriptionId = $subscriptionId;

/** @var PaymentCollection */
return $this->fetchCollection($from, $limit, $parameters);
}

Expand Down

0 comments on commit 2543eef

Please sign in to comment.