fixed paddle request form
This commit is contained in:
@@ -20,6 +20,10 @@ class PaddleCustomerPortalService
|
||||
);
|
||||
}
|
||||
|
||||
if ($payload === []) {
|
||||
$payload = (object) [];
|
||||
}
|
||||
|
||||
return $this->client->post("/customers/{$customerId}/portal-sessions", $payload);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user