78 79 80
# File 'lib/models/tenpay.rb', line 78 def notify_string @n_str ||= notify.map{ |kv| "%s=%s" % kv }.join("&") end