Skip to content

Commit

Permalink
BP-3287 Add more debtor information for Buckaroo Subscriptions (#161)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivascu Madalin <madalin.ivascu@arnia.ro>
  • Loading branch information
harli91 and Ivascu Madalin authored Jan 9, 2024
1 parent e4b3744 commit 35ab3e8
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 35ab3e8

Please sign in to comment.