fixed conflict file

This commit is contained in:
Aung Myo
2017-06-13 10:40:49 +06:30
19 changed files with 196 additions and 120 deletions

View File

@@ -49,8 +49,8 @@ class Origami::PaymentsController < BaseOrigamiController
if spay.payment_method == "cash"
@cash = spay.payment_amount
end
if spay.payment_method == "mpu"
@other = spay.payment_amount
if spay.payment_method == "mpu" || spay.payment_method == "paypar"
@other += spay.payment_amount
end
end
end