Ogone\Tests\Ecommerce\EcommercePaymentResponseTest::AmountIsConvertedToCent PHP Method

AmountIsConvertedToCent() public method

    public function AmountIsConvertedToCent()
    {
        $aRequest = $this->provideRequest();
        $paymentResponse = new EcommercePaymentResponse($aRequest);
        $this->assertEquals(100, $paymentResponse->getParam('amount'));
    }