-
Notifications
You must be signed in to change notification settings - Fork 31
/
weaver.ini
67 lines (46 loc) · 1.09 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[@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 / Source Methods]
command = source_method
[Collect / Subscription Methods]
command = subscription_method
[Collect / Token Methods]
command = token_method
[Collect / Product Methods]
command = product_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
[Collect / Discount Methods]
command = discount_method
[Collect / Payment Method Methods]
command = payment_method_method
[Collect / Payment Intent Methods]
command = payment_intent_method
[Leftovers]
[Region / postlude]
[Authors]
[Contributors]
[Legal]