Skip to content

Commit 72f3be2

Browse files
committed
fix config
1 parent 421c84b commit 72f3be2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
File renamed without changes.

src/Lib/StripeCheckout.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ class StripeCheckout
6060

6161
public function __construct()
6262
{
63-
$this->theCurrency = config('stripe.currency');
64-
$this->secretKey = config('stripe.secret_key');
65-
$this->publicKey = config('stripe.public_key');
66-
$this->successURI = config('stripe.success_url');
67-
$this->cancelURI = config('stripe.cancel_url');
63+
$this->theCurrency = config('lara-stripe.currency');
64+
$this->secretKey = config('lara-stripe.secret_key');
65+
$this->publicKey = config('lara-stripe.public_key');
66+
$this->successURI = config('lara-stripe.success_url');
67+
$this->cancelURI = config('lara-stripe.cancel_url');
6868

6969
$this->stripe = new StripeClient($this->secretKey);
7070
}

0 commit comments

Comments
 (0)