-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
executable file
·82 lines (51 loc) · 1.42 KB
/
README
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
= Paypal
Tags
paypal:message
Creates a div
Expand = Default stuff in the div
paypal:link
Creates a link to add the item to the cart
Expand = The text for the link
title = The product title
BUGBUG We need to customize the render in add_item
paypal:total
The total of all the items in the cart
paypal:items:each
Loops through all the items in the cart
Expand = What will be displayed. Can use the tags !cost, !price, !description, !name'
paypal:products:each
Loops through all the products
paypal:product
Describes a specific product.
title=Products title
Expand = Can use the tags !description, !name and !price
paypal:card:express
Creates a link for express checkout
paypal:card:start_form
Starts a form for enter credit card information
paypal:card:end_form
Ends the credit card form
paypal:card:first_name
First Name for the checkout form
paypal:card:last_name
Last Name for the checkout form
paypal:card:number
Credit Card Number for the checkout form
paypal:card:verification
Verification number for checkout form
paypal:card:address
Address for checkout form
paypal:card:address2
Address2 for checkout form
paypal:card:city
City for checkout form
paypal:card:state
State for checkout form
paypal:card:zip
Zip for checkout form
paypal:card:country
Country for checkout form
paypal:card:notes
Notes for checkout form
paypal:card:email
Email for checkout form