-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from awesomemotive/release/4.6.4
`release/4.6.4`
- Loading branch information
Showing
62 changed files
with
2,842 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"id": "26b5e795-cddc-485d-97ff-adf92c559fcc", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "features-functionality" ], | ||
"keywords": [ "on-site", "alipay" ], | ||
"slug": "alipay-payment-form", | ||
"name": "Alipay Payment Form", | ||
"description": "Allow customers to pay with Alipay, a digital wallet in China.", | ||
"url": "", | ||
"data": { | ||
"title": "Alipay Payment Form", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "alipay", "card" ], | ||
"fields": [ | ||
{ | ||
"type": "customer_name", | ||
"label": "Full Name" | ||
}, | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "", | ||
"icons": "yes" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000, | ||
"currency": "usd" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"id": "258107b2-215c-4f31-9c94-4c2aa3fd4bd3", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "features-functionality" ], | ||
"keywords": [ "on-site", "bancontact", "belgium" ], | ||
"slug": "bancontact-payment-form", | ||
"name": "Bancontact Payment Form", | ||
"description": "Allow customers to pay with Bancontact, a popular payment method in Belgium.", | ||
"url": "", | ||
"data": { | ||
"title": "Bancontact Payment Form", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "bancontact", "card" ], | ||
"fields": [ | ||
{ | ||
"type": "customer_name", | ||
"label": "Full Name" | ||
}, | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "", | ||
"icons": "yes" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000, | ||
"currency": "eur" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"id": "38fed248-3210-4c5a-baf4-189e2bd30145", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "features-functionality" ], | ||
"keywords": [ "on-site" ], | ||
"slug": "credit-card-payment-form", | ||
"name": "Credit Card Payment Form", | ||
"description": "Collect credit card payments with a basic form.", | ||
"url": "", | ||
"data": { | ||
"title": "Credit Card Payment Form", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "card" ], | ||
"fields": [ | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "Credit Card" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"id": "e4a9378e-a7cf-463f-a6f0-f63aed94437c", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "features-functionality" ], | ||
"keywords": [ "on-site" ], | ||
"slug": "custom-fields-payment-form", | ||
"name": "Custom Fields Payment Form", | ||
"description": "Collect custom data/information when collecting a payment.", | ||
"url": "", | ||
"data": { | ||
"title": "Custom Fields Payment Form", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "card" ], | ||
"fields": [ | ||
{ | ||
"type": "text", | ||
"label": "Custom Text Field", | ||
"metadata": "Custom Text Field", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "dropdown", | ||
"label": "Custom Dropdown Field", | ||
"metadata": "Custom Dropdown Field", | ||
"options": "Option A, Option B, Option C", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "radio", | ||
"label": "Custom Radio Select Field", | ||
"metadata": "Custom Radio Select Field", | ||
"options": "Option A, Option B, Option C", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "number", | ||
"label": "Custom Number Field", | ||
"metadata": "Custom Number Field", | ||
"min": 1, | ||
"max": 10, | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "checkbox", | ||
"label": "Custom Checkbox Field", | ||
"metadata": "Custom Checkbox Field", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "Credit Card" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000 | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"id": "c2a3a4ec-d9ef-4108-b474-d5c6854e50a4", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "features-functionality" ], | ||
"keywords": [ "on-site", "giropay", "germany" ], | ||
"slug": "giropay-payment-form", | ||
"name": "Giropay Payment Form", | ||
"description": "Allow customers to pay with Giropay, a popular payment method in Germany.", | ||
"url": "", | ||
"data": { | ||
"title": "Giropay Payment Form", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "giropay", "card" ], | ||
"fields": [ | ||
{ | ||
"type": "customer_name", | ||
"label": "Full Name", | ||
"required": "yes" | ||
}, | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "", | ||
"icons": "yes" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000, | ||
"currency": "eur" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"id": "0d3c6e32-2862-45a0-8998-d6a567c5ec41", | ||
"license": [ "personal", "plus", "professional", "ultimate", "elite" ], | ||
"categories": [ "features-functionality" ], | ||
"keywords": [ "on-site", "ideal", "eur" ], | ||
"slug": "ideal-payment-form", | ||
"name": "iDEAL Payment Form", | ||
"description": "Allow customers to pay with iDEAL, a Netherlands-based payment method.", | ||
"url": "", | ||
"data": { | ||
"title": "iDEAL Payment Form", | ||
"description": "", | ||
"type": "embedded", | ||
"payment_methods": [ "ideal", "card" ], | ||
"fields": [ | ||
{ | ||
"type": "email", | ||
"label": "Email Address" | ||
}, | ||
{ | ||
"type": "plan_select", | ||
"label": "" | ||
}, | ||
{ | ||
"type": "card", | ||
"label": "", | ||
"icons": "yes" | ||
}, | ||
{ | ||
"type": "checkout_button" | ||
} | ||
], | ||
"prices": [ | ||
{ | ||
"unit_amount": 1000, | ||
"currency": "eur" | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.