File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments