Skip to content
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

Косяк в модуле оплаты через робокассу #2476

Closed
Krosh opened this issue May 27, 2016 · 0 comments
Closed

Косяк в модуле оплаты через робокассу #2476

Krosh opened this issue May 27, 2016 · 0 comments

Comments

@Krosh
Copy link
Contributor

Krosh commented May 27, 2016

Нужно заменить вот эту проверку
if ($amount != Yii::app()->money->convert($order->total_price, $payment->currency_id)) в строке 81
на
if ($amount != Yii::app()->money->convert($order->getTotalPrice(), $payment->currency_id)),
без этого возникает проблема с оплатой купонов

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants