Changeset 2884049
- Timestamp:
- 03/21/2023 07:25:51 AM (3 years ago)
- Location:
- chaiport-payment/trunk
- Files:
-
- 2 edited
-
chaiportGateway.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chaiport-payment/trunk/chaiportGateway.php
r2879753 r2884049 4 4 * Plugin URI: https://www.docs.portone.cloud/plugins_and_sdks/woocommerce-plugin.html 5 5 * Description: Single Payment 6 * Version: 2.0. 36 * Version: 2.0.4 7 7 * Requires at least: 5.6 8 8 * Author: PortOne … … 761 761 $this->console_log("Not sending item details", ''); 762 762 $isItemsAvailable = false; 763 $merchantObj = array( 764 "name" => get_bloginfo('name'), 765 "logo" => $image[0], 766 "back_url" => get_bloginfo('url') . "/checkout/", 767 "shipping_charges" => 0, 768 "promo_discount" => 0 769 ); 763 770 } else { 764 771 $this->console_log("Total amount is: " . $amount, ''); -
chaiport-payment/trunk/readme.txt
r2879753 r2884049 4 4 Requires at least: 3.9.2 5 5 Tested up to: 6.1.1 6 Stable tag: 2.0. 36 Stable tag: 2.0.4 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later … … 39 39 6. Enter the keys from step 1 and click on save 40 40 ``` 41 Publishable Key ---> CHAIPayKey42 Private Key ---> CHAIPaySecure Secret Key41 Publishable Key ---> PortOne Key 42 Private Key ---> PortOne Secure Secret Key 43 43 ``` 44 44 7. You'll have to add the webhook URL given in the settings to the Merchant Portal Webhooks section
Note: See TracChangeset
for help on using the changeset viewer.