Akami auth.net upgrade - ruby-on-rails-3

I am using ActiveMerchant::Billing::AuthorizeNetGateway for authorize.net payment.
How can I upgrade for Akami and how can I change the URL ?

The ActiveMerchant gem already uses Akamai SureRoute transaction URLs for Auth.net:
https://github.com/activemerchant/active_merchant/blob/master/lib/active_merchant/billing/gateways/authorize_net.rb#L8
As directed here:
http://www.authorize.net/support/akamaifaqs/?utm_campaign=May%202016%20Technical%20Updates%20for%20Developers.htm&utm_medium=email&utm_source=Eloqua#newurls

Related

Apache Directory 2.x API changes

We were using Apache Directory API 1.x and it was using the AdDirSyncImpl to send the cookies to the Microsoft Directory and receiving the reply cookie through AdDirSyncDecorator.
Now we are upgrading the Apache Directory API to 2.x and it seems the above APIs were removed from the latest one and instead of these API, they have introduced the new AdDirSyncRequestImpl and AdDirSyncResponseImpl and many others.
So, anyone has use these API, Kindly confirm that, do I need to replace the AdDirSyncImpl by AdDirSyncRequestImpl and AdDirSyncDecorator by AdDirSyncResponseImpl.
Thank you in advanced.

Does NginX(Open source, not Nginx plus), supports API Gateway?

Does NginX(Open source, not Nginx plus), supports API Gateway?
Please, help me get to the valid documentation or information. Thank you!
Unfortunately the Nginx Api Gateway is featured only in Nginx Plus. But there is Kong, an alternative that is built on top of Nginx and is also open source.
There is even a post on Nginx's official blog about it: https://www.nginx.com/blog/nginx-powers-kong-api-management-solution/
Edit: The blog post has been replaced by an nginx plus one. The original post can still be accessed through web.archive.org:
https://web.archive.org/web/20160413082936/https://www.nginx.com/blog/nginx-powers-kong-api-management-solution/

Sylius - 2 Backends?

I just installed Sylius and noticed that there are 2 backend sites. The installation documentation directed me to /admin. The site frontend has a link to /administrator.
What is the difference?
/admin is the original backend. /administrator is the new backend. See this article: http://sylius.org/blog/backend-redesign
There are also some differences in how products are created. When I created products in the old backend, it generated an error when displaying the product list in the new backend. I went back to the old backend, deleted the products and everything was fine again.
Nope, /admin is the new one,
Have a look at the last security config file here: https://github.com/Sylius/Sylius/blob/master/app/config/security.yml
/administration is part of the SyliusWebBundle which is no more used (https://github.com/Sylius/Sylius/pull/5535)

How to configure woocommerce to work with wildcard certificate and wp multisite?

I have wordpress multisite version 3.5 and woocommerce 2.0.2 with wildcard certificate.
I need to know if it is possible to force ssl on checkout page using wildcard ssl.
When I force ssl on the checkout page of the main site it works ok..
But when I do it on a subdomain with mapping plugin, I lose all the css of the checkout page and chrome display a certificate error.
Do I need a multi-domain certificate?
Can I have them working together?
What is the best way to go about this?
I will need SSL on checkout pages of each blog.
I need to know if it is possible to force ssl on checkout page using wildcard ssl
You can use the Wordpress HTTPS plugin to force SSL on the relevant pages.
I lose all the css of the checkout page and chrome display a certificate error.
You may need to create rewrites so that your assets are being served from the https subdomain: see this question for an example of it being done with subdirectory mapping.

Magento SSL Sagepay empty cart issue

Trying to setup SSL on the Magento checkout pages but have run into this issue:
After payment details are submitted, the payment goes through fine (checked with sagepay) but when sagepay redirect to the success page (/sagepay/server/success/?SID=session_id), it then tries to redirect to /checkout/onepage/success/, where I get an error saying my cart is empty.
This only happens when SSL is enabled, if I turn off secure urls (in the magento backend), everything works fine.
I'm using the Pod1_SagePay extension, in the iframe mode.
Any idea where it might go wrong?
Did you check Ebizmarts Sage Pay Suite CE ?
I've tried the new free ebizmarts extension, Sage Pay Suite CE, it supports Server integration and it works pretty well.