dolibarr/htdocs/includes/stripe/lib/ThreeDSecure.php

18 lines
290 B
PHP
Raw Normal View History

2017-04-18 05:44:08 +02:00
<?php
namespace Stripe;
class ThreeDSecure extends ApiResource
{
2018-03-06 13:52:56 +01:00
use ApiOperations\Create;
use ApiOperations\Retrieve;
2017-04-18 05:44:08 +02:00
/**
* @return string The endpoint URL for the given class.
*/
public static function classUrl()
{
return "/v1/3d_secure";
}
}