Skip to content

Commit

Permalink
Merge pull request #1 from DrRoach/patch-1
Browse files Browse the repository at this point in the history
Added shaIn and shaOut to defaults
  • Loading branch information
DrRoach authored Nov 16, 2018
2 parents b3b77df + 737c710 commit 2429c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Omnipay/BarclaysEpdq/EssentialGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ public function getDefaultParameters()
'clientId' => '',
'testMode' => false,
'language' => 'en_US',
'callbackMethod' => 'POST'
'callbackMethod' => 'POST',
'shaIn' => '',
'shaOut' => ''
);
}

Expand Down

0 comments on commit 2429c93

Please sign in to comment.