feat: added custom payment methods (#173)

This commit is contained in:
Miguel Ribeiro
2024-03-01 21:41:39 +01:00
committed by GitHub
parent cb5ce49202
commit e739622606
21 changed files with 691 additions and 15 deletions
+3
View File
@@ -137,6 +137,9 @@ $i18n = [
"payment_methods" => "支払い方法",
"payment_methods_info" => "支払い方法をクリックして無効/有効を切り替えます。",
"cant_delete_payment_method_in_use" => "支払い方法が使用中のため無効にできません。",
"add_custom_payment" => "カスタム支払い方法を追加",
"payment_method_name" => "支払い方法名",
"payment_method_added_successfuly" => "支払い方法が追加されました",
"disable" => "無効",
"enable" => "有効",
"test" => "テスト",