Skip to content

Instantly share code, notes, and snippets.

@kozog
Last active August 29, 2015 14:02
Show Gist options
  • Save kozog/f48d8ae7b86f6b8fb462 to your computer and use it in GitHub Desktop.
Save kozog/f48d8ae7b86f6b8fb462 to your computer and use it in GitHub Desktop.
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