Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Dec 29, 2020
1 parent 3cceb47 commit be03939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot()

Event::listen('admin.controller.beforeResponse', function ($controller, $params){

if (!AdminAuth::isLogged() OR !$controller->getLocationId()) return;
if (!AdminAuth::isLogged() OR !$controller->getLocationId()) return;

Payments_model::where([
'class_name' => 'Igniter\PayRegister\Payments\Stripe',
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"code": "thoughtco.stripeauthorize",
"name": "Stripe Authorize",
"description": "Listen for Order Approver events to capture or cancel Stripe payments",
"version": "v1.0.4",
"version": "v1.0.5",
"author": "ryanmitchell",
"icon": {
"class": "fa fa-funnel-dollar",
Expand Down

0 comments on commit be03939

Please sign in to comment.