-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mollie components #40
Conversation
# Conflicts: # package.json
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #40 +/- ##
============================================
+ Coverage 14.59% 15.86% +1.26%
- Complexity 467 482 +15
============================================
Files 19 21 +2
Lines 2110 2206 +96
============================================
+ Hits 308 350 +42
- Misses 1802 1856 +54 ☔ View full report in Codecov by Sentry. |
…onamic-pay-mollie into mollie-components
src/Gateway.php
Outdated
|
||
$profile_id = $profile->get_id(); | ||
|
||
\set_transient( $cache_key, $profile_id, \DAY_IN_SECONDS ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Mollie profile won't change for a given API key. Are transients suitable in this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved Mollie profile ID to configuration meta in 494e0be.
No description provided.