Very basic Stripe Connect payment method interface

This commit is contained in:
Rob Harrington
2017-02-17 18:10:17 +11:00
parent d500c20d3f
commit 987ad0df6c
6 changed files with 52 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
angular.module("admin.paymentMethods").controller "StripeController", ($scope, shops) ->
$scope.shops = shops