Changeset 2100723
- Timestamp:
- 06/04/2019 11:10:18 PM (7 years ago)
- Location:
- wpchargebee
- Files:
-
- 2 edited
-
tags/1.1/inc/api-config.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpchargebee/tags/1.1/inc/api-config.json
r2100165 r2100723 1 1 { 2 "chargeBeeApiKey": " test_FNQ0jTUw76bjRv8AK3gNPpSgMSJo5QN3",3 "chargeBeeSite": " thinkun-test",4 "gatewayAccountId": " gw_J28UHP6RNsTBxEOVr",5 "stripeKey": " pk_test_hgTzvQPK7aRgihandWrRBeXM00VwEi1VQQ",6 "loadStripePageId": " 539",7 "loadStripePageSlug": " confirmation",8 "loadFormPageId": " 527",9 "loadFormPageSlug": " form",10 "loadPlanPageId": " 524",11 "loadPlanPageSlug": " plans",12 "stripeEmail": " [email protected]",13 "stripeImg": " https:\/\/semannslattery.com\/wp-content\/uploads\/2019\/05\/ss-logo.png",14 "successMsg": " Success!",2 "chargeBeeApiKey": "", 3 "chargeBeeSite": "", 4 "gatewayAccountId": "", 5 "stripeKey": "", 6 "loadStripePageId": "", 7 "loadStripePageSlug": "", 8 "loadFormPageId": "", 9 "loadFormPageSlug": "", 10 "loadPlanPageId": "", 11 "loadPlanPageSlug": "", 12 "stripeEmail": "", 13 "stripeImg": "", 14 "successMsg": "", 15 15 "planBox": "", 16 16 "planName": "", 17 "planType": " color: pink;",17 "planType": "", 18 18 "planBody": "", 19 19 "planDescription": "", -
wpchargebee/trunk/readme.txt
r2100221 r2100723 19 19 Handle all card payments easily using an integrated Stripe Checkout integration 20 20 == Installation == 21 1. Download the zip file from http ://wordpress.org/extend/plugins/wpchargebee/21 1. Download the zip file from https://wordpress.org/plugins/wpchargebee/ 22 22 1. Unzip it in your plugins directory (/wp-content/plugins/) 23 23 == Frequently Asked Questions == … … 29 29 Step 5) Set any custom CSS on the plans as desired 30 30 == Screenshots == 31 1. wpcharbee header. 31 1. WPCB_plans.jpg 32 2. WPCB_plans_edge cases.jpg 32 33 == Changelog == 33 34 = 1.1 =
Note: See TracChangeset
for help on using the changeset viewer.