@@ -21,6 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * Manage notes to show after Apple Pay domain verification. |
| 24 | + * @param boolean $verification_complete |
|
| 24 | 25 | */ |
| 25 | 26 | public static function notify_on_apple_pay_domain_verification( $verification_complete ) { |
| 26 | 27 | if ( ! class_exists( 'Automattic\WooCommerce\Admin\Notes\WC_Admin_Notes' ) ) { |
@@ -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 ) |