Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
karim007
/
laravel-bkash-tokenize
/
src
/
Facade
Location:
/home/zoteqbgb/public_html/vendor/karim007/laravel-bkash-tokenize/src/Facade
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: BkashRefundTokenize.php
<?php namespace Karim007\LaravelBkashTokenize\Facade; use Illuminate\Support\Facades\Facade; /** * @method static refund($paymentID,$trxID,$amount,$reason=null,$sku=null) * @method static refundStatus($paymentID,$trxID) */ class BkashRefundTokenize extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'tbrefund'; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
BkashPaymentTokenize.php
763 bytes
0644
2024-06-02 10:59
âï¸
ðï¸
Rename
BkashRefundTokenize.php
457 bytes
0644
2024-06-02 10:59
âï¸
ðï¸
Rename
Chang
Apply