1
0
mirror of synced 2026-08-05 14:47:03 +00:00

handle the response in the controller

This commit is contained in:
Rimian Perkins
2017-05-02 10:02:07 +10:00
parent a9d59d721f
commit e2a12a1b11
4 changed files with 2 additions and 9 deletions
@@ -20,7 +20,6 @@ module DiscourseDonations
description: description,
currency: currency
)
@charge[:message] = @charge[:outcome][:seller_message] if @charge[:outcome]
@charge
end