Changeset 853462
- Timestamp:
- 02/07/2014 10:10:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
press-pay/trunk/app/controller/press_pay_shortcodes_controller.php
r848917 r853462 14 14 return( $this->get( $shortcode_attributes ) ); 15 15 case 'POST': 16 return( $this->post() ); 16 if ($_POST['product_id'] == $shortcode_attributes['product_id']) return($this->post()); 17 break; 17 18 default: 18 19 die( "{$_SERVER['REQUEST_METHOD']} not supported by PressPay" );
Note: See TracChangeset
for help on using the changeset viewer.