File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ class StripeCheckout
60
60
61
61
public function __construct ()
62
62
{
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 ' );
68
68
69
69
$ this ->stripe = new StripeClient ($ this ->secretKey );
70
70
}
You can’t perform that action at this time.
0 commit comments