Add reference to Stripe API documentation in stripe.php

Include a docblock with a link to the Stripe API customer creation docs. This provides developers with quick access to relevant documentation, improving code clarity and usability.
This commit is contained in:
Jepp9350
2025-02-19 09:24:34 +01:00
parent 410ca84bf1
commit 156f036d4c
+4
View File
@@ -25,6 +25,10 @@ use stripe\endpoints\stripe_endpoint_product;
use stripe\stripe_c;
use Stripe\StripeClient;
/**
* Stripe module
* @see https://docs.stripe.com/api/customers/create?lang=php
*/
class stripe implements stripe_i
{
/**