qenta-cee / magento2-qcp

QENTA Checkout Page extension for Magento 2
GNU General Public License v2.0
12 stars 10 forks source link

EPS Payment is not working in Sandbox Mode #26

Closed EliasKotlyar closed 7 years ago

EliasKotlyar commented 7 years ago

Hello Wirecard-Team,

I figured out an error which i want to report here.

Preconditions

Same as in https://github.com/wirecard/magento2-wcp/issues/8

Steps to reproduce:

Same as in https://github.com/wirecard/magento2-wcp/issues/8

The only exception is, that you have to select EPS-Payment instead of Sofortbanking.

Expected result

Order is being placed/redirect to wirecard

Actual result

Redirect to Cart with "There was an Error with your Transaction"

Additional Informations:

same as https://github.com/wirecard/magento2-wcp/issues/8.

We have seen some Errors in the /var/log/debug.log:

[2017-05-02 19:22:35] report.DEBUG: Wirecard\CheckoutPage\Model\AbstractPayment::initPaymentByCart:Array ( [customerId] => D200411 [shopId] => 3D [language] => de [pluginVersion] => TWFnZW50bzI7Mi4xLjQ7V2lyZWNhcmRDRUVfUVBheSAzLjQuMDtXaXJlY2FyZC9DaGVja291dFBhZ2U7MS4wLjI= [confirmUrl] => http://staging.dalton-cosmetics.com/wirecardcheckoutpage/checkout/confirm/ [orderReference] => 0000000394 [uniqueId] => 7o5B2W3X8I [amount] => 36.8 [currency] => EUR [paymentType] => EPS [orderDescription] => elias.kotlyar@mediawave.de Elias Kotlyar [successUrl] => http://staging.dalton-cosmetics.com/wirecardcheckoutpage/checkout/back/ [pendingUrl] => http://staging.dalton-cosmetics.com/wirecardcheckoutpage/checkout/back/ [cancelUrl] => http://staging.dalton-cosmetics.com/wirecardcheckoutpage/checkout/back/ [failureUrl] => http://staging.dalton-cosmetics.com/wirecardcheckoutpage/checkout/back/ [serviceUrl] => https://www.google.de/?gws_rd=ssl [consumerIpAddress] => 62.245.145.114 [consumerUserAgent] => Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0 [consumerEmail] => elias.kotlyar@mediawave.de [consumerBirthDate] => 1990-04-23 [consumerBillingFirstname] => Elias [consumerBillingLastname] => Kotlyar [consumerBillingAddress1] => Welfenstrasse 22 [consumerBillingAddress2] => [consumerBillingZipCode] => 813541 [consumerBillingCity] => München [consumerBillingCountry] => DE [consumerBillingState] => SAS [consumerBillingPhone] => [consumerBillingFax] => [consumerShippingFirstname] => Elias [consumerShippingLastname] => Kotlyar [consumerShippingAddress1] => Welfenstrasse 22 [consumerShippingAddress2] => [consumerShippingZipCode] => 813541 [consumerShippingCity] => München [consumerShippingCountry] => DE [consumerShippingState] => SAS [consumerShippingPhone] => [consumerShippingFax] => [mage_orderId] => 000000394 [mage_quoteId] => 1113 [mage_orderCreation] => after [customerStatement] => Web Shop Id:0000000394 [duplicateRequestCheck] => yes [iframeUsed] => [quoteHash] => 432eb69782bcc6db8af24f1031f0f036039e26bdd87172b402860cc6d8cd66f5c2ffb47ff1ce474c5e8ab716a3f3157d75d04edabc676b4ac4425791c6c1ba7a ) {"is_exception":false} [] [2017-05-02 19:22:35] report.DEBUG: Wirecard\CheckoutPage\Model\AbstractPayment::initPaymentByCart:PAYMENTTYPE is not activated. {"is_exception":false} [] [2017-05-02 19:22:35] report.DEBUG: Wirecard\CheckoutPage\Controller\Checkout\Start::execute:Während des Bezahlprozesses ist ein Fehler aufgetreten. {"is_exception":false} [] [2017-05-02 19:22:36] report.DEBUG: cache_invalidate: {"method":"GET","url":"http://staging.dalton-cosmetics.com/checkout/cart/","invalidateInfo":{"identifier":"TARGET_RULE_3_285_1_1_1"},"is_exception":false} []

Thanks for your support,

Greetings Elias eps

jakubpolomsky commented 7 years ago

Hello and thank you for your report.

As you surely know, we have test mode and demo mode. Some payments are possible with test mode (where the providers have sandboxes) and some are possible with demo mode only.

Looking at the error messages I can honestly say, that EPS isn't activated for the test user (D200411) so you'd have to use the demo user (D200001) with the corresponding credentials stated under the demo mode link above.

Kind regards Jakub