From f3af41a22a599aa91ba02c218e8782fd9a09682f Mon Sep 17 00:00:00 2001 From: Andy Pieters Date: Tue, 31 May 2016 17:33:55 +0200 Subject: [PATCH] Added invoiceAddress gender to unittest --- tests/TransactionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TransactionTest.php b/tests/TransactionTest.php index a229c231..3c641228 100755 --- a/tests/TransactionTest.php +++ b/tests/TransactionTest.php @@ -85,6 +85,7 @@ private function startTransactionFull() 'zipCode' => '5678CD', 'city' => 'ITest', 'country' => 'NL', + 'gender' => 'F' ), )); return $result;