Skip to content

Commit d9d0da7

Browse files
author
Iulian Masar
committed
Merge branch 'rel/3.50.1' into feature/authentication-result
# Conflicts: # tests/Cases/PayInsTest.php
2 parents 8b966d4 + e69cc7a commit d9d0da7

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

MangoPay/RecurringPayInCIT.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,9 @@ class RecurringPayInCIT extends Libraries\Dto
4343
* @var Money
4444
*/
4545
public $Fees;
46+
47+
/**
48+
* @var string|null
49+
*/
50+
public $PaymentCategory;
4651
}

MangoPay/RecurringPayInMIT.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ class RecurringPayInMIT extends Libraries\Dto
2828
* @var string
2929
*/
3030
public $Tag;
31+
32+
/**
33+
* @var string|null
34+
*/
35+
public $PaymentCategory;
3136
}

tests/Cases/PayInsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ public function test_Create_Recurring_PayIn_CIT()
653653

654654
$this->assertNotNull($result);
655655
$this->assertNotNull($result->AuthenticationResult);
656+
$this->assertNotNull($result->PaymentCategory);
656657
}
657658

658659
public function test_Create_Recurring_PayIn_CIT_Check_CardInfo()

0 commit comments

Comments
 (0)