Skip to content

Commit

Permalink
Merge pull request #254 from enupal/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
andrelopez authored Feb 16, 2022
2 parents 9594656 + 7991e27 commit 60b02e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Stripe Payments Changelog

## 3.4.1 - 2022.02.16

### Fixed
- Fixed issue retrieving plans from Stripe

## 3.4.0 - 2022.02.16

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "enupal/stripe",
"description": "Allows customers # for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS 3.x",
"type": "craft-plugin",
"version": "3.4.0",
"version": "3.4.1",
"keywords": [
"craft",
"cms",
Expand Down
1 change: 0 additions & 1 deletion src/services/Plans.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public function getStripePlan($id)
StripePlugin::$app->settings->initializeStripe();

$plan = Plan::retrieve($id);
Craft::dd($plan);

return $plan;
}
Expand Down

0 comments on commit 60b02e4

Please # to comment.