Last active
August 29, 2015 14:02
-
-
Save kozog/f48d8ae7b86f6b8fb462 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!$user->getBalancedUri()) { | |
$this->get('jm_balancedpayment.payment.manager')->createAccount($user); // --> this line caused error, | |
} | |
https://github.com/kozog/JmBalancedPaymentBundle/blob/master/Model/PaymentManager.php#L44 (this is my fork of that bundle because of incompatibility in dependencies) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment