We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12ed9f commit 8243699Copy full SHA for 8243699
src/Traits/ManagesCustomer.php
@@ -115,10 +115,9 @@ public function updatePaystackCustomer(array $options = [])
115
* Get the Paystack customer instance for the current user or create one.
116
*
117
* @param array $options
118
- * @return \Digikraaft\Paystack\Customer
119
* @throws \Digikraaft\PaystackSubscription\Exceptions\InvalidCustomer|CustomerAlreadyExist
120
*/
121
- public function createOrGetPaystackCustomer(array $options = []): PaystackCustomer
+ public function createOrGetPaystackCustomer(array $options = [])
122
{
123
if ($this->hasPaystackId()) {
124
return $this->asPaystackCustomer();
0 commit comments