Changeset 2422012
- Timestamp:
- 11/20/2020 04:32:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
qr-payments-via-paypal/trunk/includes/class-npqp-country-code.php
r2422010 r2422012 4 4 public function getCountryCode($phone){ 5 5 $country_code = $this->getCountryCodeArr($phone); 6 npqpDebug( [7 $phone,8 $country_code,9 $this->getCountryCodeApi($phone)10 ], 1 );11 6 return $country_code; 12 7 }
Note: See TracChangeset
for help on using the changeset viewer.