mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-28 06:15:17 +00:00
@@ -0,0 +1,5 @@
|
||||
angular.module("admin.resources").factory 'PaymentResource', ($resource) ->
|
||||
$resource('/admin/orders/:order_id/payments.json', {order_id: "@order_id"}, {
|
||||
'create':
|
||||
method: 'POST'
|
||||
})
|
||||
Reference in New Issue
Block a user