Automattic / woocommerce-services

WooCommerce Services is a feature plugin that integrates hosted services into WooCommerce (3.0+), and currently includes automated tax rates and the ability to purchase and print USPS shipping labels.
GNU General Public License v2.0
107 stars 20 forks source link

Switch to using `add_payment_method_url` on `payment/methods` endpoint #2735

Closed kloon closed 4 months ago

kloon commented 4 months ago

We want to change where we define the URL for adding a new payment method for label purchases. On the server side we are already passing a new add_payment_method_url property as part of the payment/methods endpoint.

Similar to how it is done in 452-gh-woocommerce/woocommerce-shipping