paymill / paymill-magento

Magento Extension for PAYMILL payments
19 stars 18 forks source link

Access Denied #22

Closed araduti-zz closed 11 years ago

araduti-zz commented 11 years ago

Added public and private keys but when i use a test card, i get:

No Client created. array ( 'error' => 'Access Denied', 'response_code' => '', 'http_status_code' => 401, )

Neologist commented 11 years ago

Are you sure that you used your test public key and your test live key for the test credit card? Otherwise it won't work and will return the status 401, I think.

araduti-zz commented 11 years ago

sorry, i was the idiot, used pub instead of prv and vice versa. all good :)