mix pin_stripe.sync_api_version (PinStripe v0.3.1)
View SourceDetects your Stripe account's API version and updates fixtures accordingly.
When your Stripe account upgrades to a new API version, this task will:
- Detect the new API version from your account
- Compare with the cached version in
.api_version - If different, update
.api_versionand clear all fixtures - Fixtures will regenerate with the new version on next test run
Examples
# Sync API version
mix pin_stripe.sync_api_versionRequirements
- Stripe CLI installed and authenticated
- Test mode API key configured