refactor(v2_migrations): re-organize v2 migrations (#5760)

This commit is contained in:
Sanchith Hegde
2024-09-02 18:31:39 +05:30
committed by GitHub
parent 45929f2b8d
commit f32a32945d
46 changed files with 367 additions and 404 deletions

View File

@ -626,7 +626,7 @@ pub(crate) async fn get_payment_method_create_request(
.flatten(),
};
let payment_method_request = payment_methods::PaymentMethodCreate {
payment_method: payment_method,
payment_method,
payment_method_type: payment_method_type
.get_required_value("Payment_method_type")
.change_context(errors::ApiErrorResponse::MissingRequiredField {