mobilpay / Magento

MAGENTO implementation - CARD Processing @mobilPay
11 stars 15 forks source link

Nice release #30

Closed gondas33 closed 3 years ago

gondas33 commented 3 years ago

that's sarcasm, besides all the typos, you even have var_dumps in your code

image

Let us know when you're going to release the stable version. thanks!

gondas33 commented 3 years ago

Also, the payPal copied button doesn't work

image

I have to go ahead and edit styles to I see the hidden input fields in order to configure the plugin.

gondas33 commented 3 years ago

image

???

gondas33 commented 3 years ago

it goes into the default case because the status is pending_payment. (that's why the '!!!')

I have set 'Live' enabled and Debug to 'No' . The form still redirects to sandboxsecure and it doesn't update order status, it remains in pending_payment; I'm guessing the IPN is not working because of the Live/Debug setting?

When I disable Live and Enable debug, I get on the redirect.phtml:

Error while loading X509 public key certificate! Reason:error:02001002:system library:fopen:No such file or directory error:2006D080:BIO routines:BIO_new_file:no such file error:

even though I have the keys uploaded(both sandbox and live)

navid59 commented 3 years ago

it goes into the default case because the status is pending_payment. (that's why the '!!!')

Except , some main payment statuses , user can see this message (!!!), when click on " Renunta" from payment page too. Fill free to change the message in your own website

IPN should work / working in both cases ( Live / Sandbox ) for "X509 public key certificate!" make sure you have right permission also check the uploaded keys.

Recommend to after double check all your setting & permission , ... remove the cache & run compile command.

gondas33 commented 3 years ago

it goes into the default case because the status is pending_payment. (that's why the '!!!')

Except , some main payment statuses , user can see this message (!!!), when click on " Renunta" from payment page too. Fill free to change the message in your own website

IPN should work / working in both cases ( Live / Sandbox ) for "X509 public key certificate!" make sure you have right permission also check the uploaded keys.

Recommend to after double check all your setting & permission , ... remove the cache & run compile command.

In my case I had used a sandbox card and proceeded with the payment in the sandbox environment. I did not click on 'renunta' in the payment page.

Regarding the public key certificate, in what folder do you upload the certificates? I will show you a picture that will contain the right permissions and the right files.

I've already tried your extension on two different magento 2.4 environments. Just go ahead and test your plugin, thanks!