Changeset 3451103
- Timestamp:
- 01/31/2026 05:17:21 PM (2 months ago)
- Location:
- ht-pay-jp-for-kintone
- Files:
-
- 4 edited
- 1 copied
-
tags/1.8.1 (copied) (copied from ht-pay-jp-for-kintone/trunk)
-
tags/1.8.1/ht-payjp-for-kintone.php (modified) (1 diff)
-
tags/1.8.1/readme.txt (modified) (4 diffs)
-
trunk/ht-payjp-for-kintone.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ht-pay-jp-for-kintone/tags/1.8.1/ht-payjp-for-kintone.php
r3451042 r3451103 8 8 * Text Domain: ht-pay-jp-for-kintone 9 9 * Domain Path: /languages 10 * Version: 1.8. 010 * Version: 1.8.1 11 11 * 12 12 * @package HT_Payjp_For_Kintone -
ht-pay-jp-for-kintone/tags/1.8.1/readme.txt
r3451042 r3451103 6 6 Tested up to: 6.8.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.8. 08 Stable tag: 1.8.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 [youtube https://www.youtube.com/watch?v=I_lXUYyYR0U] 20 21 = Features = 22 23 * Accept payments via PAY.JP on WordPress forms 24 * Send payment data to kintone automatically 25 * 3D Secure authentication support (required from February 2025) 26 * Create PAY.JP Customer during payment (optional) 27 * Test/Live mode switching per form 28 * Multi-language support (Japanese/English) for payment dialog 29 30 = Available Mail Tags = 31 32 The following mail tags can be used in CF7 mail templates and kintone field mappings: 33 34 * `[payjp-charged-id]` - PAY.JP Charge ID 35 * `[payjp-charged-captured-at]` - Payment captured datetime 36 * `[payjp-customer-id]` - PAY.JP Customer ID (when customer creation is enabled) 20 37 21 38 = What is kintone? = … … 34 51 == Installation == 35 52 36 1. Upload the entire `ht-payjp-for-kintone` folder to the `/ wp-content / plugins/` directory.53 1. Upload the entire `ht-payjp-for-kintone` folder to the `/wp-content/plugins/` directory. 37 54 2. Activate the plugin through the 'Plugins' menu in WordPress 55 3. Go to Contact > HT PAY.JP for kintone to set your PAY.JP API keys 56 4. Edit your Contact Form 7 form and go to the PAY.JP tab to configure settings 57 5. Add the shortcode `[ht_payjp_for_kintone]` to your form 38 58 39 59 == Frequently Asked Questions == 40 60 41 = A question that someone might have = 42 43 44 = What about foo bar? = 45 46 Answer to foo bar dilemma. 61 = What plugins are required? = 62 63 This plugin requires [Contact Form 7](https://wordpress.org/plugins/contact-form-7/). 64 If you want to send payment data to kintone, install [Form data to kintone](https://wordpress.org/plugins/kintone-form/) as well. 65 66 = How do I get PAY.JP API keys? = 67 68 Sign up at [https://pay.jp/](https://pay.jp/) and get your Test/Live API keys from the dashboard. 69 70 = Is 3D Secure supported? = 71 72 Yes, 3D Secure is supported and required from February 2025 by PAY.JP. 73 74 = Can I create customers in PAY.JP? = 75 76 Yes, you can enable customer creation in the PAY.JP tab settings. When enabled, a PAY.JP Customer will be created during payment, and you can use the `[payjp-customer-id]` mail tag. 77 78 = How do I switch between Test and Live mode? = 79 80 Each Contact Form 7 form has its own "Enable Live" checkbox in the PAY.JP tab. Uncheck it to use Test mode. 47 81 48 82 == Screenshots == … … 55 89 == Changelog == 56 90 57 = 1.8.0( 2025-01-31 ) = 91 = 1.8.1( 2026-02-01 ) = 92 93 * Updated readme.txt with Features section and Available Mail Tags documentation 94 * Improved FAQ section with actual questions and answers 95 * Fixed changelog dates to match Git tag dates 96 97 = 1.8.0( 2026-01-31 ) = 58 98 59 99 * Added customer creation feature - optionally create PAY.JP Customer during payment -
ht-pay-jp-for-kintone/trunk/ht-payjp-for-kintone.php
r3451042 r3451103 8 8 * Text Domain: ht-pay-jp-for-kintone 9 9 * Domain Path: /languages 10 * Version: 1.8. 010 * Version: 1.8.1 11 11 * 12 12 * @package HT_Payjp_For_Kintone -
ht-pay-jp-for-kintone/trunk/readme.txt
r3451042 r3451103 6 6 Tested up to: 6.8.3 7 7 Requires PHP: 7.4 8 Stable tag: 1.8. 08 Stable tag: 1.8.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 19 19 [youtube https://www.youtube.com/watch?v=I_lXUYyYR0U] 20 21 = Features = 22 23 * Accept payments via PAY.JP on WordPress forms 24 * Send payment data to kintone automatically 25 * 3D Secure authentication support (required from February 2025) 26 * Create PAY.JP Customer during payment (optional) 27 * Test/Live mode switching per form 28 * Multi-language support (Japanese/English) for payment dialog 29 30 = Available Mail Tags = 31 32 The following mail tags can be used in CF7 mail templates and kintone field mappings: 33 34 * `[payjp-charged-id]` - PAY.JP Charge ID 35 * `[payjp-charged-captured-at]` - Payment captured datetime 36 * `[payjp-customer-id]` - PAY.JP Customer ID (when customer creation is enabled) 20 37 21 38 = What is kintone? = … … 34 51 == Installation == 35 52 36 1. Upload the entire `ht-payjp-for-kintone` folder to the `/ wp-content / plugins/` directory.53 1. Upload the entire `ht-payjp-for-kintone` folder to the `/wp-content/plugins/` directory. 37 54 2. Activate the plugin through the 'Plugins' menu in WordPress 55 3. Go to Contact > HT PAY.JP for kintone to set your PAY.JP API keys 56 4. Edit your Contact Form 7 form and go to the PAY.JP tab to configure settings 57 5. Add the shortcode `[ht_payjp_for_kintone]` to your form 38 58 39 59 == Frequently Asked Questions == 40 60 41 = A question that someone might have = 42 43 44 = What about foo bar? = 45 46 Answer to foo bar dilemma. 61 = What plugins are required? = 62 63 This plugin requires [Contact Form 7](https://wordpress.org/plugins/contact-form-7/). 64 If you want to send payment data to kintone, install [Form data to kintone](https://wordpress.org/plugins/kintone-form/) as well. 65 66 = How do I get PAY.JP API keys? = 67 68 Sign up at [https://pay.jp/](https://pay.jp/) and get your Test/Live API keys from the dashboard. 69 70 = Is 3D Secure supported? = 71 72 Yes, 3D Secure is supported and required from February 2025 by PAY.JP. 73 74 = Can I create customers in PAY.JP? = 75 76 Yes, you can enable customer creation in the PAY.JP tab settings. When enabled, a PAY.JP Customer will be created during payment, and you can use the `[payjp-customer-id]` mail tag. 77 78 = How do I switch between Test and Live mode? = 79 80 Each Contact Form 7 form has its own "Enable Live" checkbox in the PAY.JP tab. Uncheck it to use Test mode. 47 81 48 82 == Screenshots == … … 55 89 == Changelog == 56 90 57 = 1.8.0( 2025-01-31 ) = 91 = 1.8.1( 2026-02-01 ) = 92 93 * Updated readme.txt with Features section and Available Mail Tags documentation 94 * Improved FAQ section with actual questions and answers 95 * Fixed changelog dates to match Git tag dates 96 97 = 1.8.0( 2026-01-31 ) = 58 98 59 99 * Added customer creation feature - optionally create PAY.JP Customer during payment
Note: See TracChangeset
for help on using the changeset viewer.