forked from lukec/stripe-perl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweaver.ini
53 lines (36 loc) · 815 Bytes
/
weaver.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[@CorePrep]
[Name]
[Version]
[Region / prelude]
[Generic / SYNOPSIS]
[Generic / DESCRIPTION]
[Collect / METHODS]
command = method
[ClassMopper]
no_tagline = 1
skip_methods = 1
[Collect / Balance Transaction Methods]
command = balance_transaction_method
[Collect / Charge Methods]
command = charge_method
[Collect / Customer Methods]
command = customer_method
[Collect / Card Methods]
command = card_method
[Collect / Subscription Methods]
command = subscription_method
[Collect / Token Methods]
command = token_method
[Collect / Plan Methods]
command = plan_method
[Collect / Coupon Methods]
command = coupon_method
[Collect / Invoice Methods]
command = invoice_method
[Collect / Invoice Item Methods]
command = invoiceitem_method
[Leftovers]
[Region / postlude]
[Authors]
[Contributors]
[Legal]