Skip to content

Commit

Permalink
Added invoiceAddress gender to unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
andypieters committed May 31, 2016
1 parent 0fc4065 commit f3af41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TransactionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ private function startTransactionFull()
'zipCode' => '5678CD',
'city' => 'ITest',
'country' => 'NL',
'gender' => 'F'
),
));
return $result;
Expand Down

0 comments on commit f3af41a

Please sign in to comment.