Plugin Directory

Changeset 2434682


Ignore:
Timestamp:
12/08/2020 09:31:56 PM (5 years ago)
Author:
hasanayoub
Message:

fixed bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • paylink/trunk/paylink.php

    r2433993 r2434682  
    66Plugin Name: Paylink
    77Description: Use this woocommerce payment gateway plugin to enable clients of your store to pay using Paylink gateway.
    8 Version: 1.01
     8Version: 1.02
    99Author: Hassan Ayoub
    1010text-domain: paylink
     
    2525
    2626        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;
    3232        /**
    3333         * @var mixed $token_auth
Note: See TracChangeset for help on using the changeset viewer.