File tree Expand file tree Collapse file tree
tests/TransactPRO/Gate/Builders Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,5 @@ public function build()
1919 protected function checkData ()
2020 {
2121 $ this ->checkMandatoryField ('init_transaction_id ' );
22- $ this ->checkMandatoryField ('cc ' );
23- $ this ->checkMandatoryField ('expire ' );
2422 }
2523}
Original file line number Diff line number Diff line change 2727use TransactPRO \Gate \Builders \InitRecurrentP2PDataBuilder ;
2828use TransactPRO \Gate \Builders \InitRecurrentB2PDataBuilder ;
2929use TransactPRO \Gate \Builders \InitRecurrentA2ADataBuilder ;
30-
3130use TransactPRO \Gate \Builders \MakeHoldDataBuilder ;
3231use TransactPRO \Gate \Builders \RefundDataBuilder ;
3332use TransactPRO \Gate \Builders \StatusRequestDataBuilder ;
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ public function getMandatoryFields()
2222 {
2323 return array (
2424 array ('init_transaction_id ' ),
25- array ('cc ' ),
26- array ('expire ' ),
2725 );
2826 }
2927
You can’t perform that action at this time.
0 commit comments