Changeset 2001286
- Timestamp:
- 12/25/2018 09:19:12 AM (7 years ago)
- File:
-
- 1 edited
-
ezcount/trunk/EZcount_helpers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ezcount/trunk/EZcount_helpers.php
r1961848 r2001286 14 14 15 15 public static function sendJsonRequest($url, $data = array()) { 16 if (!(1 * ini_get('allow_url_fopen'))) { 17 self::$lastResponseDebugStr= "Please enable `allow_url_fopen` in your php.ini"; 18 return null; 19 } 20 16 21 //do validation 17 22 $zc_payment = new WC_Gateway_EZcount();
Note: See TracChangeset
for help on using the changeset viewer.