From 2d214460ab2dabdfb994bb26d25731cfe46b8eb5 Mon Sep 17 00:00:00 2001 From: Jigar Thakkar Date: Wed, 23 Nov 2016 13:03:28 +0530 Subject: [PATCH] Refactoring --- composer.json | 2 +- .../credit/{BackToSourceExec.php => BackToSourceCreditExec.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/executors/credit/{BackToSourceExec.php => BackToSourceCreditExec.php} (97%) diff --git a/composer.json b/composer.json index ada9b2d..6910cd3 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ ], "support": { "email": "support@phonpe.com", - "source": "https://github.com/PhonePe/phonepe-merchant-client-php.git" + "source": "https://github.com/PhonePe/phonepe-php.git" }, "homepage": "https://developer.phonepe.com", "require": { diff --git a/src/executors/credit/BackToSourceExec.php b/src/executors/credit/BackToSourceCreditExec.php similarity index 97% rename from src/executors/credit/BackToSourceExec.php rename to src/executors/credit/BackToSourceCreditExec.php index 8a02ee9..5545cc6 100644 --- a/src/executors/credit/BackToSourceExec.php +++ b/src/executors/credit/BackToSourceCreditExec.php @@ -16,7 +16,7 @@ use PhonePe\Utils\ChecksumGenerator; use PhonePe\Utils\RequestGenerator; -class BackToSourceExec +class BackToSourceCreditExec { /** * @param BackToSourceCreditRequest $request