Mwalker has uploaded a new change for review.
https://gerrit.wikimedia.org/r/76197
Change subject: Pass Email Address to Adyen
......................................................................
Pass Email Address to Adyen
This way it's searchable in their console! :)
Change-Id: Ia66c6caa93bd34990d2577dd9585d2aceee9ea38
---
M adyen_gateway/adyen.adapter.php
1 file changed, 3 insertions(+), 3 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface
refs/changes/97/76197/1
diff --git a/adyen_gateway/adyen.adapter.php b/adyen_gateway/adyen.adapter.php
index 584d1a3..8a17eca 100644
--- a/adyen_gateway/adyen.adapter.php
+++ b/adyen_gateway/adyen.adapter.php
@@ -80,7 +80,7 @@
'recurringContract' => 'recurring_type',
'sessionValidity' => 'session_expiration',
'shipBeforeDate' => 'expiration',
- 'shopperEmail' => 'sent_email',
+ 'shopperEmail' => 'email',
'shopperLocale' => 'language',
'shopperReference' => 'customer_id',
'shopperStatement' => 'statement_template',
@@ -125,8 +125,8 @@
'shipBeforeDate',
'skinCode',
'shopperLocale',
+ 'shopperEmail',
// TODO more fields we might want to send to
Adyen
- //'shopperEmail',
//'shopperReference',
//'recurringContract',
//'blockedMethods',
@@ -518,7 +518,7 @@
'skin_code',
'merchant_account',
'session_expiration',
- 'sent_email',
+ 'email',
'customer_id',
'recurring_type',
'allowed_methods',
--
To view, visit https://gerrit.wikimedia.org/r/76197
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia66c6caa93bd34990d2577dd9585d2aceee9ea38
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Mwalker <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits