Edit File: TelrService.php
<?php namespace App\Services\PaymentGateway; class TelrService { public function createPayment() { return 'createpayment telr'; } public function getCustomerInfo() { // TODO: Implement getCustomerInfo() method. } public function getPaymentTransactionInfo() { // TODO: Implement getOrderInfo() method. } public function getShippingAddress() { // TODO: Implement getShippingAddress() method. } }
Back to File Manager