Dan @ Visa
Forum Replies Created
-
We are finalising the release and it should be published within 24 hours
Here are the fix details:
Filename: public\class-visa-acceptance-payment-gateway-expresspay-public.php
Method name: public function add_express_pay_at_normal_checkout()
Add the following code immediately after the start of the method.
$available_gateways = WC()->payment_gateways()->get_available_payment_gateways();
if ( ! isset( $available_gateways[ $this->gateway->id ] ) ) {
return;
}Filename: public\class-visa-acceptance-payment-gateway-expresspay-public.php
Method name: public function add_express_pay_at_product_page()
Add the following code immediately after the start of the method.
$available_gateways = WC()->payment_gateways()->get_available_payment_gateways();
if ( ! isset( $available_gateways[ $this->gateway->id ] ) ) {
return;
}Filename: includes\gateway\class-visa-acceptance-express-pay-unified-checkout.php
Method name: public function get_payment_method_data()
Inside the method, locate this line:
$payment_gateway_unified_checkout = new Visa_Acceptance_Payment_Gateway_Unified_Checkout();Add the following code immediately after it:
$available_gateways = WC()->payment_gateways()->get_available_payment_gateways();
$is_gateway_available = isset( $available_gateways[ $this->gateway->id ] );Locate the existing line:
if ( isset( $uc_settings['enabled'] ) && VISA_ACCEPTANCE_YES === $uc_settings['enabled'] && ( is_checkout() || is_admin() ) ) {Replace it With:
if ( $is_gateway_available && isset( $uc_settings['enabled'] ) && VISA_ACCEPTANCE_YES === $uc_settings['enabled'] && ( is_checkout() || is_admin() ) ) {We will add this to our next release.
Forum: Plugins
In reply to: [Visa Acceptance Solutions] Fatals with 2.2.0Hi @mtg169
There was an SVN error on submission. It has now been addressed.
Visa security blocks my access to proton. Please email me [email protected] and I can setup a secure transfer.
thanks @diaphragm0714
I’ve reached out to the CURCY plugin owner. To replicate your issue we will need the full version.
is it CURCY you are using or a different multi-currency plugin? I have installed CURCY on my demo site and there isn’t a payment provider option.
I see on your screenshot that you are displaying USD. I think what you are saying is that our Express Pay method is not respecting the multi-currency plugin settings and should only be rendered if the enabled currencies are shown?
Just checking, are you saying that you only have GBP and EUR enabled, but customers can select USD for Apple Pay/Google Pay? Can you share any screenshots?
- I am getting the dev team to check this
- We’ll review this
- We are already making an adjustment on this.
Forum: Plugins
In reply to: [Visa Acceptance Solutions] Unable to load the visa form on checkoutWe were able to determine that your plugin CURCY – WooCommerce Multi Currency Premium didn’t have our payment method in its included list and that is why the payment option wasn’t loading.
Forum: Plugins
In reply to: [Visa Acceptance Solutions] Unable to load the visa form on checkoutthank you. I see the issue and have passed it onto the Dev team for priority review
Forum: Plugins
In reply to: [Visa Acceptance Solutions] Unable to load the visa form on checkoutthank you.
Limewire is prohibited for us to access however we have been provided logs by your bank partner but they are only showing INFO level.
Please can you check the logs setting are set to DEBUG and they generate new logs to send via you bank partner – https://developer.woocommerce.com/docs/best-practices/data-management/logging/#configuring-the-loggerthanks
Forum: Plugins
In reply to: [Visa Acceptance Solutions] Unable to load the visa form on checkoutI am getting pemission deny when trying to view your config screenshot. Please can you try again.
Thanks
Forum: Plugins
In reply to: [Visa Acceptance Solutions] Issues on checkout – other payment logo hiddenPatch version released. This address the CRON job being permanently on too.
Forum: Plugins
In reply to: [Visa Acceptance Solutions] Issues on checkout – other payment logo hiddenWe have addressed the issue and a patch will be released this week.
Forum: Plugins
In reply to: [Visa Acceptance Solutions] Issues on checkout – other payment logo hiddenWe have been looking at the payment logo’s issue but cannot replicate it, in part because we can only find one payment gateway that offers sandbox accounts without the need for a full sign up.
Can you share any screenshots showing the issue with and without our plugin?