Changeset 1706210
- Timestamp:
- 08/01/2017 09:57:57 AM (9 years ago)
- Location:
- camptix-kdcpay-gateway/trunk
- Files:
-
- 3 edited
-
camptix-kdcpay.php (modified) (1 diff)
-
classes/class-camptix-payment-method-kdcpay.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
camptix-kdcpay-gateway/trunk/camptix-kdcpay.php
r1704810 r1706210 6 6 * Author: _KDC-Labs 7 7 * Author URI: http://www.kdclabs.com/ 8 * Version: 1.4. 08 * Version: 1.4.1 9 9 * License: GPLv2 or later 10 10 * Text Doomain: kdcpay -
camptix-kdcpay-gateway/trunk/classes/class-camptix-payment-method-kdcpay.php
r1704810 r1706210 278 278 'udf3' => json_encode( $attendee_info ), // CAMPTIX : Attendee->INFO 279 279 'app' => 'camptix', // CAMPTIX 280 'dispaly' => 'camptix', // CAMPTIX 280 281 'callBack' => '0' // Allow to remotely inform CampTix via `Notify URL` 281 282 ); 283 284 if ( $this->options['ifame'] ) { 285 $payload['display'] = 'iframe'; 286 } else { 287 $payload['display'] = 'redirect'; 288 } 282 289 283 290 if ( $this->options['sandbox'] ) { -
camptix-kdcpay-gateway/trunk/readme.txt
r1704810 r1706210 5 5 Requires at least: 3.5 6 6 Tested up to: 4.8.0 7 Stable tag: 1.4. 07 Stable tag: 1.4.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 35 = 1.4.1 = 36 * Added: `display` field. 34 37 35 38 = 1.4.0 =
Note: See TracChangeset
for help on using the changeset viewer.