-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shop billing data as resource #315
Shop billing data as resource #315
Conversation
@@ -117,7 +123,7 @@ private function getToAddress(?ChannelShopBillingData $channelShopBillingData): | |||
return null; | |||
} | |||
|
|||
return new ShopBillingData( | |||
return $this->shopBillingDataFactory->createWithData( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a method in factory called createWithChannelShopBillingData
? 😉
See: https://github.com/Sylius/RefundPlugin/pull/313/files#diff-dc7a9ca1a71645aa3eb35cf2d342ab0543241c3b0173c6fe7d6ddf42a641be35R65
It won't block a merge imo - just a suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would leave it as it is now
7d30efa
to
7d987b5
Compare
7d987b5
to
d1a6869
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removal of tests/Application/var/.gitignore
is not relevant in the scope of this PR 🖖
42e35b0
to
e08c3fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/Application/var/.gitignore
is still removed and it should not be 😄
a034208
to
29935c5
Compare
e18a91c
to
d9d84fa
Compare
d9d84fa
to
1d4e338
Compare
dc0c514
to
6e24290
Compare
6e24290
to
71f26d2
Compare
Thank you, @SirDomin! 🥇 |
No description provided.