Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 294 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 294 Bytes

Set Your credential in log.php file

$bKash = Bkash::builder()
        ->setSandbox(false) // True for Sandbox & False for Production
        ->setUsername('username')
        ->setPassword('password')
        ->setAppKey('appkey')
        ->setAppSecret('appsecret')
        ->build();