Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
anandsiddharth
/
laravel-paytm-wallet
/
src
/
Facades
Location:
/home/zoteqbgb/public_html/vendor/anandsiddharth/laravel-paytm-wallet/src/Facades
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: PaytmWallet.php
<?php namespace Anand\LaravelPaytmWallet\Facades; use Illuminate\Support\Facades\Facade; /** * @see \Laravel\Socialite\SocialiteManager */ class PaytmWallet extends Facade { /** * Get the registered name of the component. * * @return string */ const STATUS_SUCCESSFUL = 'TXN_SUCCESS'; const STATUS_FAILURE = 'TXN_FAILURE'; const STATUS_OPEN = 'OPEN'; const STATUS_PENDING = 'PENDING'; const RESPONSE_SUCCESSFUL="01"; const RESPONSE_CANCELLED = "141"; const RESPONSE_FAILED = "227"; const RESPONSE_PAGE_CLOSED = "810"; const REPSONSE_REFUND_ALREADY_RAISED = "617"; const RESPONSE_CANCELLED_CUSTOMER = "8102"; const RESPONSE_CANCELLED_CUSTOMER_INSUFFICIENT_BALANCE = "8103"; protected static function getFacadeAccessor() { return 'Anand\LaravelPaytmWallet\Contracts\Factory'; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
PaytmWallet.php
872 bytes
0644
2020-10-28 10:22
âï¸
ðï¸
Rename
Chang
Apply