Skip to content

Commit b62bc3f

Browse files
Fix failing tests (#517)
1 parent 6847dc6 commit b62bc3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Test/Integration/Gateway/Validator/Gateway/GatewaySpecificFieldsValidatorTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public function gatewayDataProvider(): array
103103
'date_of_birth' => '1990-10-10',
104104
'gender' => 'mr',
105105
'phone_number' => '12314566',
106+
'afterpay_terms' => '1',
106107
'transaction_type' => TransactionTypeBuilder::TRANSACTION_TYPE_DIRECT_VALUE
107108
],
108109
'expected' => [

0 commit comments

Comments
 (0)