We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d9154 commit 28c0200Copy full SHA for 28c0200
README.md
@@ -61,10 +61,10 @@ PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of
61
62
$gateway = Omnipay::create('NestPay');
63
64
- $gateway->setBank("denizbank");
65
- $gateway->setUserName("DENIZTEST");
66
- $gateway->setClientId("800100000");
67
- $gateway->setPassword("DENIZTEST123");
+ $gateway->setBank("isbank");
+ $gateway->setUserName("api");
+ $gateway->setClientId("700658785");
+ $gateway->setPassword("TEST1111");
68
$gateway->setTestMode(TRUE);
69
70
$options = [
0 commit comments