<?php namespace App\Repositories; interface PaymentTransactionRepository { public function finishPayment($paymentTransaction); }