This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Implement php api interface for payment methods data from server to client #2067
Labels
type: enhancement
The issue is a request for an enhancement.
type: refactor
The issue/PR is related to refactoring.
Milestone
Currently payment methods would pass through and consume their own necessary data from server to client (api key, js initialization settings etc). This issue is for implementing a php api interface for payment methods to register data on the server to pass through to the payment registration client side.
The goal here is for payment methods to have a consistent interface for passing along (and implementing) that data eliminating duplication across all the payment method extensions.
The text was updated successfully, but these errors were encountered: