godaddy-wordpress / sake

Our internal build tool for WP/WC plugins
MIT License
4 stars 0 forks source link

Allow plugin configs to define themselves as payment gateway plugins #60

Closed ChaseWiseman closed 4 years ago

ChaseWiseman commented 4 years ago

Summary

Sake will exclude the framework's payment-gateway directory if it detects that the plugin is not a payment gateway by finding the gateway plugin class reference in the plugin files.

However, we should allow plugins that may have different file structures to override this.

Story: CH 67214

QA