-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Removed Nette\Object #69
Removed Nette\Object #69
Conversation
@f3l1x Do you approve this if it is all right? :) I dont want to hurry, but we're waiting for this in our company. |
@@ -126,7 126,7 @@ protected function buildRecurrentPayment(RecurrentPayment $payment, $channel) | |||
$payment->getRecurrencePeriod(), | |||
$channels, | |||
$channel, | |||
$this->gopay->config->getGopaySecretKey(), | |||
$this->gopay->getConfig()->getGopaySecretKey(), |
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.
Well, I like this syntax. Could you preserve Nette\Object -> SmartObject for that? Similar for soap.
src/Gopay/Gopay.php
Outdated
{ | ||
|
||
use Nette\SmartObject; |
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.
Please import this class.
It's great, one last thing. Add PHP 7.2 to Travis check. |
Thanks. |
Bumped in v3.2.0 |
How long it usually take to reflect a new version on packagist? No new version there, it is weird. |
It's there. I've had to change |
Removed Nette\Object for support of PHP 7.2