Changeset 2434682
- Timestamp:
- 12/08/2020 09:31:56 PM (5 years ago)
- File:
-
- 1 edited
-
paylink/trunk/paylink.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
paylink/trunk/paylink.php
r2433993 r2434682 6 6 Plugin Name: Paylink 7 7 Description: Use this woocommerce payment gateway plugin to enable clients of your store to pay using Paylink gateway. 8 Version: 1.0 18 Version: 1.02 9 9 Author: Hassan Ayoub 10 10 text-domain: paylink … … 25 25 26 26 private $callback; 27 private string$getInvoiceUrl;28 private string$addInvoiceUrl;29 private string$loginUrl;30 private string$fail_msg;31 private string$base_server_url;27 private $getInvoiceUrl; 28 private $addInvoiceUrl; 29 private $loginUrl; 30 private $fail_msg; 31 private $base_server_url; 32 32 /** 33 33 * @var mixed $token_auth
Note: See TracChangeset
for help on using the changeset viewer.