You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we start using Stripe settings, we no longer need the settings stored in the store database.
For example, this setting should be removed from the settings controller.
The amazon_paysetting stored in the database and upe_checkout_experience_accepted_payments should also be removed with a migration from the woocommerce_stripe_settings option.
The migration should also update settings from the database to Stripe settings to make sure the configuration stays the same for the merchant site.
Acceptance criteria
No regressions occur with Stripe payment configuration settings.
Payment method settings are no longer found in the database.
Stripe payment configuration should be updated based on the current merchant settings.
After we start using Stripe settings, we no longer need the settings stored in the store database.
For example, this setting should be removed from the settings controller.
The
amazon_pay
setting stored in the database andupe_checkout_experience_accepted_payments
should also be removed with a migration from thewoocommerce_stripe_settings
option.The migration should also update settings from the database to Stripe settings to make sure the configuration stays the same for the merchant site.
Acceptance criteria
Notes
The text was updated successfully, but these errors were encountered: