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 a86020f commit 731d2c2Copy full SHA for 731d2c2
src/SubscriptionBuilder.php
@@ -82,7 +82,6 @@ public function add(string $transactionId = null, string $authorization = null,
82
*/
83
public function create(string $transactionId = null, string $authorization = null, array $customerOptions = [])
84
{
85
-
86
$customer = $this->getPaystackCustomer($customerOptions);
87
88
if (is_null($authorization)) {
0 commit comments