shell bypass 403
<?php
/**
* PaymentEntityTest
*
* 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;
/**
* PaymentEntityTest Class Doc Comment
*
* @category Class
* @description payment entity full object
* @package Cashfree
* @author OpenAPI Generator team
* @link https://openapi-generator.tech
*/
class PaymentEntityTest 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 "PaymentEntity"
*/
public function testPaymentEntity()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "cf_payment_id"
*/
public function testPropertyCfPaymentId()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "order_id"
*/
public function testPropertyOrderId()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "entity"
*/
public function testPropertyEntity()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "error_details"
*/
public function testPropertyErrorDetails()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "is_captured"
*/
public function testPropertyIsCaptured()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "order_amount"
*/
public function testPropertyOrderAmount()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_group"
*/
public function testPropertyPaymentGroup()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_currency"
*/
public function testPropertyPaymentCurrency()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_amount"
*/
public function testPropertyPaymentAmount()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_time"
*/
public function testPropertyPaymentTime()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_completion_time"
*/
public function testPropertyPaymentCompletionTime()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_status"
*/
public function testPropertyPaymentStatus()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_message"
*/
public function testPropertyPaymentMessage()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "bank_reference"
*/
public function testPropertyBankReference()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "auth_id"
*/
public function testPropertyAuthId()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "authorization"
*/
public function testPropertyAuthorization()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
/**
* Test attribute "payment_method"
*/
public function testPropertyPaymentMethod()
{
// TODO: implement
$this->markTestIncomplete('Not implemented');
}
}