Skip to content

Commit

Permalink
BP-3287 Add more debtor information for Buckaroo Subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivascu Madalin committed Jan 9, 2024
1 parent e4b3744 commit a8d503e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/PaymentMethods/Subscriptions/Models/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ class Subscription extends ServiceParameter
'address' => [
'groupType' => 'Address',
],
'company' => [
'groupType' => 'Company',
],
'phone' => [
'groupType' => 'Phone',
],
'addRatePlan' => [
'groupType' => 'AddRatePlan',
],
Expand Down

0 comments on commit a8d503e

Please sign in to comment.