Skip to content

Commit ff08d91

Browse files
author
Olga Zdančuka
committed
Merge A2A branch with master
2 parents 71eba51 + a84732c commit ff08d91

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

lib/TransactPRO/Gate/Builders/ChargeDataBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

lib/TransactPRO/Gate/GateClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
use TransactPRO\Gate\Builders\InitRecurrentP2PDataBuilder;
2828
use TransactPRO\Gate\Builders\InitRecurrentB2PDataBuilder;
2929
use TransactPRO\Gate\Builders\InitRecurrentA2ADataBuilder;
30-
3130
use TransactPRO\Gate\Builders\MakeHoldDataBuilder;
3231
use TransactPRO\Gate\Builders\RefundDataBuilder;
3332
use TransactPRO\Gate\Builders\StatusRequestDataBuilder;

tests/TransactPRO/Gate/Builders/ChargeDataBuilderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)