Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
280
Merge Requests
38
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
57420018
Commit
57420018
authored
1 hour ago
by
Mark Harding
Browse files
Options
Download
(fix): metadata not supplied on model
parent
265c206c
1 merge request
!420
Additional stripe steps and ability to add phone number
Pipeline
#102578148
passed with stages
in 8 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Core/Payments/Stripe/Connect/Account.php
View file @
57420018
...
...
@@ -28,6 +28,8 @@ use Minds\Traits\MagicAttributes;
* @method Account setEmail(string $email)
* @method string getUrl()
* @method Account setUrl(string $url)
* @method array getMetadata()
* @method Account setMetdata(array $metadata)
*/
class
Account
{
...
...
@@ -126,6 +128,9 @@ class Account
/** @var string */
private
$ip
;
/** @var array */
private
$metadata
;
/** @var array $exportable */
private
$exportable
=
[
'guid'
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment