lib/active_merchant/billing/integrations/citrus/notification.rb in activemerchant-1.39.0 vs lib/active_merchant/billing/integrations/citrus/notification.rb in activemerchant-1.39.1

- old
+ new

@@ -18,10 +18,10 @@ if transaction_id.blank? 'Invalid' else case transaction_status.downcase when 'success' then 'Completed' - when 'canceled' then 'Canceled' + when 'canceled' then 'Cancelled' end end else 'Tampered' end