Sofort Banking is not working on live server while its working on localhost there is no issue on localhost.
On the Order review page once I clicked on continue to next step it's just refreshing nothing else.
It's stop processing to next step from the review page.

Error logs:
Error: 0404:URL not found https://api.sofort.com/api/xml

Notice: Undefined index: commerce_sofortbanking_transaction_id in commerce_sofortbanking_commerce_checkout_router() (line 106 of /***/commerce_sofortbanking/commerce_sofortbanking.module).

Transaction not available:

I have installed Drupal 7.26, commerce 7.x-1.8

any help is appreciate.

Thank You,

Comments

saru1683’s picture

Issue summary: View changes
jurgenhaas’s picture

First thing I can think of is that there might be a firewall or something else block access to https://api.sofort.com/api/xml because that URL certainly exists. All other errors might be follow-up issues.

Also, it looks as if you're not using the latest dev release, because line 106 in the given files only contains break;

Can you please try and resolve those two issues and then report back on further details?

saru1683’s picture

Thank for fast reply.
Well I am using latest dev 7.x-1.0+5-dev.
error is on line 105 of latest dev it was by mistack pressed enter key.
I will check block access to api url.

jurgenhaas’s picture

Any news on this one?

saru1683’s picture

https request was blocked on server which is removed and now its working fine.

jurgenhaas’s picture

Status: Active » Closed (works as designed)

Thanks for your feedback, glad it's working.