You are here

protected property OrderPaymentsFormTest::$precision in Ubercart 8.4

Number of digits after decimal point, for currency rounding.

Type: int

File

payment/uc_payment/tests/src/Functional/OrderPaymentsFormTest.php, line 33

Class

OrderPaymentsFormTest
Tests the order payments form.

Namespace

Drupal\Tests\uc_payment\Functional

Code

protected $precision = 2;