Omnipay\Common\Message\AbstractRequestTest::testCurrencyDecimals PHP 메소드

testCurrencyDecimals() 공개 메소드

    public function testCurrencyDecimals()
    {
        $this->assertSame($this->request, $this->request->setCurrency('JPY'));
        $this->assertSame(0, $this->request->getCurrencyDecimalPlaces());
    }