Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter CSY

    (@csyecommerce)

    Hi, Thanks for your response.. no just “payment failed” must mentioned this it what i receive using apple pay.. but im aware that google pay is getting a similar response.

    There is nothing in the logs.. ive disabled for the moment but will try again later when site is not trading.

    My stripe account is being used on 2 sites, using the same details although they have separate webhook endpoints.

    CSY

    (@csyecommerce)

    Did you find a solution to this smurf9852 ?

    Im having a similar issue with an external API requests with redis activated

    Thread Starter CSY

    (@csyecommerce)

    I managed to sort this was a syntax error from copy and pasting single acute accent

    so simple…

    define( ‘WP_REDIS_DATABASE’, ‘1’ );
    to
    define( ‘WP_REDIS_DATABASE’, ‘1’ );

    Subtle.. not easy to spot difference in above..except the top one wont work

    Thanks for your help

    Thread Starter CSY

    (@csyecommerce)

    ive go this on my 3rd line of wp-config define( ‘WP_REDIS_DATABASE’, ‘1’ );

    currently im just testing this with 1 site but it still gives a zero value in admin

    im using IIS server.. would this be an issue?

    Thread Starter CSY

    (@csyecommerce)

    Thanks for your reply..

    so I only need to use..
    define( ‘WP_REDIS_DATABASE’, ‘1’ ); ???

    is this the correct syntax as it still appears in wordpress admin as database 0

    I tried just using
    define( ‘WP_CACHE_KEY_SALT’, ‘site1 );
    define( ‘WP_REDIS_SELECTIVE_FLUSH’, true);

    and this causes pages and data to be shared between the 2 sites?

Viewing 5 replies - 16 through 20 (of 20 total)