PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wiloke-listing-tools
/
app
/
Framework
/
Payment
<?php namespace WilokeListingTools\Framework\Payment; use WilokeListingTools\Framework\Payment\PaymentHook\ProceededPaymentHookInterface; class ProceededPaymentHook { /** * AddPaymentHookAction constructor. * * @param ProceededPaymentHookInterface $oPaymentHookInterface */ public function __construct(ProceededPaymentHookInterface $oPaymentHookInterface) { $this->oPaymentHookInterface = $oPaymentHookInterface; } public function doSuspended() { $this->oPaymentHookInterface->suspended(); } public function doReactive() { $this->oPaymentHookInterface->reactivate(); } public function doActive() { $this->oPaymentHookInterface->active(); } public function doCompleted() { $this->oPaymentHookInterface->completed(); } public function doFailed() { $this->oPaymentHookInterface->failed(); } public function doDisputed() { $this->oPaymentHookInterface->disputed(); } public function doRefunded() { $this->oPaymentHookInterface->refunded(); } public function doCancelled() { $this->oPaymentHookInterface->cancelled(); } }
[+]
..
[-] CancelSubscriptionInterface.php
[edit]
[-] SuspendSubscriptionPlan.php
[edit]
[-] Billable.php
[edit]
[-] SuspendInterface.php
[edit]
[-] StripePayment.php
[edit]
[+]
FreePlan
[-] PayPalPayment.php
[edit]
[-] WebhookHandler.php
[edit]
[-] CancelSubscriptionStaticFactory.php
[edit]
[-] CreatedPaymentHook.php
[edit]
[-] RefundFactory.php
[edit]
[+]
Stripe
[+]
PaymentHook
[-] Checkout.php
[edit]
[+]
DirectBankTransfer
[-] RefundInterface.php
[edit]
[-] Coupon.php
[edit]
[-] ProceededPaymentHook.php
[edit]
[-] AbstractSuspend.php
[edit]
[-] AddListingRetrieve.php
[edit]
[-] PaymentMethodInterface.php
[edit]
[+]
Invoice
[+]
PayPal
[+]
Receipt
[-] ChangePlanInterface.php
[edit]
[-] WebhookInterface.php
[edit]
[+]
WooCommerce
[-] PaymentGatewayStaticFactory.php
[edit]
[-] Receipt.php
[edit]