lib/active_merchant/billing/integrations/world_pay/helper.rb in activemerchant-1.34.0 vs lib/active_merchant/billing/integrations/world_pay/helper.rb in activemerchant-1.34.1

- old
+ new

@@ -14,9 +14,10 @@ mapping :billing_address, :zip => 'postcode', :country => 'country' mapping :description, 'desc' mapping :notify_url, 'MC_callback' + mapping :return_url, 'MC_return' # WorldPay supports two different test modes - :always_succeed and :always_fail def initialize(order, account, options = {}) super \ No newline at end of file