Skip to content

Commit

Permalink
Add bankAccount data
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Apr 5, 2024
1 parent 5811c78 commit 465fb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Objects/RequestBody/Account.php
Expand Up @@ -32,7 +32,7 @@ class Account extends Objects
'website' => [PointOfSale::class],
'address' => [Address::class],
'person' => [Person::class],
'bankAccount' => BankAccount::class
'bankAccount' => BankAccount::class,
];

/** @var OfferCode */
Expand Down

0 comments on commit 465fb59

Please sign in to comment.