PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-pro
/
modules
/
stripe
/
includes
/
Interfaces
<?php namespace WeDevs\DokanPro\Modules\Stripe\Interfaces; interface Payable { /** * Make the payment * * @since 3.0.3 * * @return array */ public function pay(); }
[+]
..
[-] WebhookHandleable.php
[edit]
[-] Payable.php
[edit]