Page MenuHomePhabricator

Add a database method to find Orders by Order ID
Open, Needs TriagePublic5 Estimated Story Points

Description

  • add a findOrderByOrderId to the PayPalPaymentIdentifierRepository interface and implementations (e.g. src/DataAccess/DoctrinePaymentIdRepository.php). It should return a PayPalOrder instance.
  • You may move the implementation out of DoctrinePaymentRepository and into its own class