shell bypass 403
<?php
/**
* CreateLinkRequestTest
*
* PHP version 7.4
*
* @category Class
* @package Cashfree
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
/**
* Cashfree Payment Gateway APIs
*
* Cashfree's Payment Gateway APIs provide developers with a streamlined pathway to integrate advanced payment processing capabilities into their applications, platforms and websites.
*
* The version of the OpenAPI document: 2023-08-01
* Contact: developers@cashfree.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 7.0.0
*/
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Please update the test case below to test the model.
*/
namespace Cashfree\Test\Model;
use PHPUnit\Framework\TestCase;
/**
* CreateLinkRequestTest Class Doc Comment
*
* @category Class
* @description Request paramenters for link creation
* @package Cashfree
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class CreateLinkRequestTest extends TestCase
{
/**
* Setup before running any test case
*/
public static function setUpBeforeClass(): void
{
}
/**
* Setup before running each test case
*/
public function setUp(): void
{
}
/**
* Clean up after running each test case
*/
public function tearDown(): void
{
}
/**
* Clean up after running all test cases
*/
public static function tearDownAfterClass(): void
{
}
/**
* Test "CreateLinkRequest"
*/
public function testCreateLinkRequest()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_id"
*/
public function testPropertyLinkId()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_amount"
*/
public function testPropertyLinkAmount()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_currency"
*/
public function testPropertyLinkCurrency()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_purpose"
*/
public function testPropertyLinkPurpose()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "customer_details"
*/
public function testPropertyCustomerDetails()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_partial_payments"
*/
public function testPropertyLinkPartialPayments()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_minimum_partial_amount"
*/
public function testPropertyLinkMinimumPartialAmount()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_expiry_time"
*/
public function testPropertyLinkExpiryTime()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_notify"
*/
public function testPropertyLinkNotify()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_auto_reminders"
*/
public function testPropertyLinkAutoReminders()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_notes"
*/
public function testPropertyLinkNotes()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "link_meta"
*/
public function testPropertyLinkMeta()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "order_splits"
*/
public function testPropertyOrderSplits()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
}