Forum
Custom Gateways - Perch Shop
Hey,
I'm working on a custom gateway implementation, is there a way to create a file in a location that doesn't get overwritten on Perch Shop update?
Thanks!
Hey,
I'm working on a custom gateway implementation, is there a way to create a file in a location that doesn't get overwritten on Perch Shop update?
Thanks!
Yes, you can put the file anywhere outside the
perch/core
folder. A logical place would be to create a shell of an app for it.Use the
admin
andruntime
files to include your gateway class.Class 'PerchShopGateway_default' not found
Do I need to include the default too? Getting that admin side when viewing orders.
I'd need more of a clue!