Skip to content

Commit d4a511b

Browse files
committed
+ Reverting any changes made to composer.json and README.md
+ Maintaining same folder structure for code files.
1 parent e0b9da5 commit d4a511b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

generator/cybersource_php_sdk_gen.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ powershell -Command " rename-item -Path ..\CyberSource\test\Model\Tmsv1instrumen
4040

4141
powershell -Command " rename-item -Path ..\CyberSource\test\Model\Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiatorMerchantInitiatedTransactionTest.php -newname Ptsv2paymentsMerchantInitiatedTransactionTest.php"
4242

43+
xcopy ..\CyberSource ..\ /s /e /y
44+
45+
rd /s /q ..\CyberSource
46+
47+
git checkout ..\README.md
48+
49+
git checkout ..\composer.json
4350

4451
pause
4552

0 commit comments

Comments
 (0)