|
@@ -30,15 +30,15 @@ |
|
|
block discarded – undo |
|
30
|
30
|
public function __construct() |
|
31
|
31
|
{ |
|
32
|
32
|
//Base URL for the API endpoints. This is basically the 'common' part of the API endpoints |
|
33
|
|
- $this->chpter_payment_url = config('chpter.payment_url'); |
|
34
|
|
- $this->chpter_hosted_redirect_payment_url = config('chpter.hosted_redirect_payment_url'); |
|
35
|
|
- $this->chpter_express_redirect_payment_url = config('chpter.express_redirect_payment_url'); |
|
|
33
|
+ $this->chpter_payment_url = config('chpter.payment_url'); |
|
|
34
|
+ $this->chpter_hosted_redirect_payment_url = config('chpter.hosted_redirect_payment_url'); |
|
|
35
|
+ $this->chpter_express_redirect_payment_url = config('chpter.express_redirect_payment_url'); |
|
36
|
36
|
|
|
37
|
|
- $this->chpter_accounts_token_renewal_url = config('chpter.accounts_token_renewal_url'); |
|
|
37
|
+ $this->chpter_accounts_token_renewal_url = config('chpter.accounts_token_renewal_url'); |
|
38
|
38
|
|
|
39
|
39
|
|
|
40
|
|
- $this->token = config('chpter.chpter_token'); |
|
41
|
|
- $this->domain =config('chpter.domain'); |
|
|
40
|
+ $this->token = config('chpter.chpter_token'); |
|
|
41
|
+ $this->domain =config('chpter.domain'); |
|
42
|
42
|
} |
|
43
|
43
|
|
|
44
|
44
|
|
Please login to merge, or discard this patch.