Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yasinkuyu authored Aug 3, 2019
1 parent 66d9154 commit 28c0200
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of
$gateway = Omnipay::create('NestPay');
$gateway->setBank("denizbank");
$gateway->setUserName("DENIZTEST");
$gateway->setClientId("800100000");
$gateway->setPassword("DENIZTEST123");
$gateway->setBank("isbank");
$gateway->setUserName("api");
$gateway->setClientId("700658785");
$gateway->setPassword("TEST1111");
$gateway->setTestMode(TRUE);
$options = [
Expand Down

0 comments on commit 28c0200

Please sign in to comment.