Submit
Path:
~
/
home
/
caratcollect
/
domains
/
24caratcollection.com
/
private_html
/
razorpays
/
razorpay-php
/
File Content:
doc.md
This document talks about the implementation of the code for the Api. Everything comes under namespace Razorpay\Api\. Namespaces put a requirement of PHP 5.3 minimum ```php namespace Razorpay\ class Api { // Contains a __get function that returns the appropriate // class object when one tries to access them. } namespace Razorpay\ class Client { // Handles request and response // Uses Composer:Requests internally } class Payment { public function get($id) { } public function fetch($options) { } public function capture($id) { } public function refund($id) { } } ```
Submit
FILE
FOLDER
Name
Size
Permission
Action
libs
---
0755
src
---
0755
README.md
2470 bytes
0755
Razorpay.php
1011 bytes
0644
composer.json
1080 bytes
0755
composer.lock
3928 bytes
0755
doc.md
649 bytes
0755
version.txt
6 bytes
0755
N4ST4R_ID | Naxtarrr