Changeset 2800866
- Timestamp:
- 10/18/2022 08:13:06 PM (3 years ago)
- File:
-
- 1 edited
-
paylink/trunk/paylink.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paylink/trunk/paylink.php
r2800136 r2800866 8 8 Plugin Name: Paylink 9 9 Description: Use this woocommerce payment gateway plugin to enable clients of your store to pay using Paylink gateway. 10 Version: 1.1 010 Version: 1.11 11 11 Author: Paylink Co 12 12 text-domain: paylink … … 268 268 ]); 269 269 $this->postError('logged in', $this->_loginUrl, 'login'); 270 $this->postError(print_r($login_response, true), $this->_loginUrl, 'login'); 270 271 return json_decode($login_response['body'])->id_token; 271 272 } catch (Exception $ex) {
Note: See TracChangeset
for help on using the changeset viewer.