|
|
|
@ -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); |
|
|
|
} |
|
|
|
} |