• Resolved nodots

    (@nodots)


    I’m using a custom payment gateway (basically a minimally tweaked test gateway). When upgrading from WPEC 3.9.3 to 3.9.5, my custom.merchant.php file was deleted from plugins/wp-e-commerce/wpsc-merchants.

    Is there a way to avoid this? So that the custom gateway survives a WPEC upgrade?

    https://wordpress.org/plugins/wp-e-commerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Justin Sainton

    (@justinsainton)

    Hi nodots,

    We don’t recommend adding payment gateways manually to our plugin structure, as this is precisely what happens when doing so.

    I’d recommend taking a look at a payment gateway plugin that registers the gateway properly. For the 2.0 API, this is a good example:

    https://github.com/wp-e-commerce/Stripe

    Hope that helps!

    Thread Starter nodots

    (@nodots)

    Thanks a lot! Looks like a good comprehensive example.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin upgrade & custom payment gateway’ is closed to new replies.