Storybooks for commit 4defb6f6763b664ba67e93f22cab48db53005078

Date
2025-11-26T21:34:05.674Z
Summary
feat(payments-next): Add expanded payment method metrics in statsd/yardstick Because:
Description
commit 4defb6f6763b664ba67e93f22cab48db53005078
Author: elizabeth-ilina 
Date:   Tue Nov 18 17:38:31 2025 -0500

    feat(payments-next): Add expanded payment method metrics in statsd/yardstick
    Because:
    
    * We currently report stripe vs paypal subscription payments, but with the introduction of expanded payment methods, we should capture that breakdown in statsd/yardstick
    
    This commit:
    
    * Differentiates between different SubPlatPaymentMethodType when reporting the payment provider.
    
    Closes #PAY-3349