Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
247
Issues
247
List
Boards
Labels
Service Desk
Milestones
Merge Requests
32
Merge Requests
32
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
8df0dac5
Commit
8df0dac5
authored
2 hours ago
by
Guy Thouret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore) More lints that got mised from last commit -
#588
parent
6458b943
feat/588-state-on-user
1 merge request
!285
Reward Factors for User Activity
Pipeline
#79972098
failed with stages
in 5 minutes and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
Manager.php
Core/Payments/Stripe/Connect/Manager.php
+1
-2
Manager.php
Core/Payments/Stripe/Intents/Manager.php
+1
-2
Manager.php
Core/Wire/Subscriptions/Manager.php
+1
-1
No files found.
Core/Payments/Stripe/Connect/Manager.php
View file @
8df0dac5
...
...
@@ -24,8 +24,7 @@ class Manager
Save
$save
=
null
,
NotificationDelegate
$notificationDelegate
=
null
,
AccountInstance
$accountInstance
=
null
)
{
)
{
$this
->
save
=
$save
?:
new
Save
();
$this
->
notificationDelegate
=
$notificationDelegate
?:
new
NotificationDelegate
();
$this
->
accountInstance
=
$accountInstance
?:
new
AccountInstance
();
...
...
This diff is collapsed.
Click to expand it.
Core/Payments/Stripe/Intents/Manager.php
View file @
8df0dac5
...
...
@@ -21,8 +21,7 @@ class Manager
CustomersManager
$customersManager
=
null
,
PaymentIntentInstance
$paymentIntentInstance
=
null
,
SetupIntentInstance
$setupIntentInstance
=
null
)
{
)
{
$this
->
customersManager
=
$customersManager
??
new
CustomersManager
;
$this
->
paymentIntentInstance
=
$paymentIntentInstance
?:
new
PaymentIntentInstance
();
$this
->
setupIntentInstance
=
$setupIntentInstance
?:
new
SetupIntentInstance
();
...
...
This diff is collapsed.
Click to expand it.
Core/Wire/Subscriptions/Manager.php
View file @
8df0dac5
...
...
@@ -128,7 +128,7 @@ class Manager
}
$urn
=
new
Urn
(
$id
);
list
(
$address
,
,
,)
=
explode
(
'-'
,
$urn
->
getNss
());
list
(
$address
,
,
,
)
=
explode
(
'-'
,
$urn
->
getNss
());
switch
(
$address
)
{
case
"offchain"
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment