Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslorentsen committed Aug 31, 2017
1 parent c0251eb commit bb9b9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "thomaslorentsen/adyen-hpp-hmac",
"description": "HMAC Generator for Adyen Hosted Payment Pages",
"version": "0.2.1",
"version": "0.2.2",
"type": "library",
"license": "MIT",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions tests/Providers/ValidHashesProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static function hashes()
{
return [
['Qeft2NQVCBnIYWXOkNT9Lkcs6gV4To6M9wktDPEypX8=', 'F00B44', ['test' => 'test']],
['Qeft2NQVCBnIYWXOkNT9Lkcs6gV4To6M9wktDPEypX8=', 'F00B44', ['test' => 'test', 'blank' => '']],
['F4EeBbhTP8Kc6DxyEK9RfcoHfUMyr5SDlHF+fw2OVwk=', 'F00B44', ['test' => 'test', 'blank' => '']],
];
}

Expand All @@ -19,7 +19,7 @@ public static function unfilteredHashes()
'test' => 'test',
'merchantSig' => 'hello world',
]],
['Qeft2NQVCBnIYWXOkNT9Lkcs6gV4To6M9wktDPEypX8=', 'F00B44', [
['F4EeBbhTP8Kc6DxyEK9RfcoHfUMyr5SDlHF+fw2OVwk=', 'F00B44', [
'test' => 'test',
'merchantSig' => 'hello world',
'blank' => '',
Expand Down

0 comments on commit bb9b9ff

Please sign in to comment.