mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-12 03:50:22 +00:00
Update subscription form to use new card validations for Stripe payment method
This commit is contained in:
committed by
Maikel Linke
parent
a03dd1e10c
commit
c71a5ec0df
@@ -1,5 +0,0 @@
|
||||
angular.module("admin.subscriptions").factory 'CreditCardResource', ($resource) ->
|
||||
resource = $resource '/admin/customers/:customer_id/cards.json', {},
|
||||
'index':
|
||||
method: 'GET'
|
||||
isArray: true
|
||||
@@ -0,0 +1,2 @@
|
||||
angular.module("admin.subscriptions").factory 'CustomerResource', ($resource) ->
|
||||
$resource '/admin/customers/:id.json'
|
||||
Reference in New Issue
Block a user