Integrate a custom payment option

Laraship QuestionsCategory: Payment SetupsIntegrate a custom payment option
dev1 asked 5 years ago
How should I integrate a custom payment option into the checkout process? How does the checkout keep track of the selected payment option so that when a customer reaches the review order page the payment is processed? Thanks.
1 Answers
laraship Staff answered 5 years ago

Hello,

Please check the function doCheckout at Corals/modules/Ecommerce/Traits/CheckoutControllerCommonFunctions.php to see what are required data, payment gateways vary and its not something standard, hopefully this helps