@@ -9,6 +9,9 @@ |
||
9 | 9 | */ |
10 | 10 | class WC_Stripe_Level3_Data_Test extends WP_UnitTestCase { |
11 | 11 | |
12 | + /** |
|
13 | + * @param string $shipping_postcode |
|
14 | + */ |
|
12 | 15 | protected function mock_level_3_order( $shipping_postcode, $with_fee = false ) { |
13 | 16 | // Setup the item. |
14 | 17 | $mock_item = $this->getMockBuilder( WC_Order_Item_Product::class ) |