diff --git a/test/Cases/CCBTest.php b/test/Cases/CCBTest.php index 7ad242b..d83feb2 100644 --- a/test/Cases/CCBTest.php +++ b/test/Cases/CCBTest.php @@ -94,6 +94,7 @@ class CCBTest extends HttpTestCase public function testCreateCcbPayment() { $ccb = ApplicationContext::getContainer()->get(CcbPaymentService::class); - $ccb->createCcbPayment('415142026151948289', 193155); + $resul = $ccb->createCcbPayment('415142026151948289', 193155); + var_export($resul); } } \ No newline at end of file