Добавлен метод оплаты через СБП. Добавлены тесты

Изменен год в лицензии
This commit is contained in:
Антон Н. Николаев
2022-03-22 15:51:43 +03:00
parent 75f31abcf1
commit c45aed6779
569 changed files with 1822 additions and 703 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
/**
* The MIT License
*
* Copyright (c) 2020 "YooMoney", NBСO LLC
* Copyright (c) 2022 "YooMoney", NBСO LLC
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -341,4 +341,4 @@ abstract class AbstractPaymentRequestBuilder extends AbstractRequestBuilder
return $this;
}
}
}