craftcms / spoke-and-chain

Craft CMS + Craft Commerce demo site.
https://craftcms.com/demo?kind=spokeandchain
BSD Zero Clause License
54 stars 28 forks source link

Calling unknown method: craft\commerce\services\PaymentSources::getAllGatewayPaymentSourcesByUserId() on services page #148

Open bartdigitalpulse opened 2 months ago

bartdigitalpulse commented 2 months ago

Description

Calling unknown method: craft\commerce\services\PaymentSources::getAllGatewayPaymentSourcesByUserId() on services page
in /var/www/html/templates/_includes/components/services/plan.twig at line 31

I'm guessing it should be getAllGatewayPaymentSourcesByCustomerId()

Steps to reproduce

  1. Clean install, run seed. Create user, etc..
  2. Go to services page

Additional info