mirror of
https://github.com/itflow-org/itflow
synced 2026-09-22 06:31:15 +00:00
Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates
This commit is contained in:
17
vendor/stripe-php-7.0.2/lib/LoginLink.php
vendored
Normal file
17
vendor/stripe-php-7.0.2/lib/LoginLink.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Stripe;
|
||||
|
||||
/**
|
||||
* Class LoginLink
|
||||
*
|
||||
* @property string $object
|
||||
* @property int $created
|
||||
* @property string $url
|
||||
*
|
||||
* @package Stripe
|
||||
*/
|
||||
class LoginLink extends ApiResource
|
||||
{
|
||||
const OBJECT_NAME = "login_link";
|
||||
}
|
||||
Reference in New Issue
Block a user