From 4731642f6f721f754f278035bac58e5807c0662a Mon Sep 17 00:00:00 2001 From: Boris Makarevitch Date: Thu, 26 May 2016 19:53:15 +0300 Subject: [PATCH] Adding Email to deposit attributes --- lib/trustly/api/signed.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/trustly/api/signed.rb b/lib/trustly/api/signed.rb index a1a6d8e..3eee176 100644 --- a/lib/trustly/api/signed.rb +++ b/lib/trustly/api/signed.rb @@ -99,7 +99,7 @@ def deposit(_options) "Currency","Country","IP", "SuccessURL","FailURL","TemplateURL","URLTarget", "MobilePhone","Firstname","Lastname","NationalIdentificationNumber", - "ShopperStatement" + "Email", "ShopperStatement" ) data = options.slice("NotificationURL","EndUserID","MessageID") @@ -132,4 +132,4 @@ def withdraw(_options) end -end \ No newline at end of file +end