This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/components/Payments.php

15 lines
99 B
PHP
Raw Normal View History

2015-06-29 12:40:00 +00:00
<?php
/*
* Payment components
*/
namespace Sakura;
use PayPal\Api;
class Payments {
}