-
-
Notifications
You must be signed in to change notification settings - Fork 90
Tokenized Supporting Operations
Shipu Ahamed edited this page Sep 29, 2019
·
4 revisions
$tokenized
initialization here.
In laravel use Shipu\Bkash\Facades\Tokenized
instead of $tokenized
if you want.
$tokenized
initialization here.
$tokenized->support()->searchTransaction( $trxId );
or
$tokenized->searchTransaction( $trxId );
you can get $trxId
after execute payment api call.