Skip to content

Commit

Permalink
[Billing] Webhook handler
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Jun 11, 2024
1 parent c90e81d commit 8053b7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/Parthenon/Billing/UserCustomerProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,16 @@ public function setPaymentProviderDetailsUrl(?string $url)
{
// TODO: Implement setPaymentProviderDetailsUrl() method.
}

public function setEnabled(bool $enabled)
{
// TODO: Implement setEnabled() method.
}

public function isEnabled(): bool
{
// TODO: Implement isEnabled() method.
}
});
$userCustomerProvider = new UserCustomerProvider($security);
$actual = $userCustomerProvider->getCurrentCustomer();
Expand Down

0 comments on commit 8053b7e

Please sign in to comment.