mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Add admin views for Stripe payment methods
These views were pretty much just copied from https://github.com/spree/spree_gateway
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-# = render "spree/admin/payments/source_forms/gateway", payment_method: payment_method
|
||||
|
||||
%strong
|
||||
= t('.no_payment_via_admin_backend')
|
||||
@@ -0,0 +1 @@
|
||||
= render "spree/admin/payments/source_views/gateway", payment: payment
|
||||
@@ -2130,6 +2130,10 @@ Please follow the instructions there to make your enterprise visible on the Open
|
||||
account_id: Account ID
|
||||
business_name: Business Name
|
||||
charges_enabled: Charges Enabled
|
||||
payments:
|
||||
source_forms:
|
||||
stripe:
|
||||
no_payment_via_admin_backend: Creating Stripe-based payments from the admin backend is not possible at this time
|
||||
products:
|
||||
new:
|
||||
title: 'New Product'
|
||||
|
||||
Reference in New Issue
Block a user