feat(payments-next): Add expanded payment method metrics in statsd/yardstick Because:
commit 4defb6f6763b664ba67e93f22cab48db53005078 Author: elizabeth-ilinaDate: 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