@@ -90,6 +90,7 @@ public function testSuccess()
9090 $ this ->assertSame ('892 ' , $ response ->getTransactionReference ());
9191 $ this ->assertSame ('Z123428476799 ' , $ response ->getMerchantPurse ());
9292 $ this ->assertSame ('14.65 ' , $ response ->getAmount ());
93+ $ this ->assertSame ('USD ' , $ response ->getCurrency ());
9394 $ this ->assertTrue ($ response ->getTestMode ());
9495 $ this ->assertSame ('1 ' , $ response ->getMode ());
9596 $ this ->assertSame ('0B12E75431284D6FCC05D8AF02B90AC28A0788FB95C9FF6B655344022F0746E5 ' , $ response ->getHash ());
@@ -122,6 +123,7 @@ public function testSha256Hash()
122123 $ this ->assertSame ('892 ' , $ response ->getTransactionReference ());
123124 $ this ->assertSame ('Z123428476799 ' , $ response ->getMerchantPurse ());
124125 $ this ->assertSame ('14.65 ' , $ response ->getAmount ());
126+ $ this ->assertSame ('USD ' , $ response ->getCurrency ());
125127 $ this ->assertTrue ($ response ->getTestMode ());
126128 $ this ->assertSame ('1 ' , $ response ->getMode ());
127129 $ this ->assertSame ('sha256 ' , $ response ->getHashType ());
@@ -155,6 +157,7 @@ public function testMd5Hash()
155157 $ this ->assertSame ('892 ' , $ response ->getTransactionReference ());
156158 $ this ->assertSame ('Z123428476799 ' , $ response ->getMerchantPurse ());
157159 $ this ->assertSame ('14.65 ' , $ response ->getAmount ());
160+ $ this ->assertSame ('USD ' , $ response ->getCurrency ());
158161 $ this ->assertTrue ($ response ->getTestMode ());
159162 $ this ->assertSame ('1 ' , $ response ->getMode ());
160163 $ this ->assertSame ('md5 ' , $ response ->getHashType ());
0 commit comments