PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wiloke-listing-tools
/
app
/
Framework
/
Payment
/
Stripe
<?php namespace WilokeListingTools\Framework\Payment\Stripe; use WilokeListingTools\Framework\Payment\PaymentHook\CreatedPaymentHookInterface; use WilokeListingTools\Framework\Payment\PaymentHook\RecurringCreatedPaymentHookAbstract; class StripeRecurringCreatedPaymentHook extends RecurringCreatedPaymentHookAbstract implements CreatedPaymentHookInterface { public function success() { $aArgs = $this->setupSuccessArgs(); $aArgs['postID'] = $this->oPaymentInterface->postID; /** * WilokeListingTools\Controllers\PaymentController@insertNewPayment * WilokeListingTools\Controllers\SessionController@destroySessionAfterCreatedStripeSession 99 */ do_action('wilcity/wiloke-listing-tools/before/insert-payment', $aArgs); } public function error() { // TODO: Implement error() method. } }
[+]
..
[-] StripeChangePlan.php
[edit]
[-] StripeNonRecurringCreatedPaymentHook.php
[edit]
[-] StripeUpdatePlan.php
[edit]
[-] StripeRecurringCreatedPaymentHook.php
[edit]
[-] WebhookLog.php
[edit]
[-] StripeRecurringPrepareInvoiceFormat.php
[edit]
[-] StripeSuspendPlan.php
[edit]
[-] StripeWebhook.php
[edit]
[-] StripeNonRecurringIPreparenvoiceFormat.php
[edit]
[-] StripeProceededNonRecurringPaymentHook.php
[edit]
[-] StripeSCARecurringPaymentMethod.php
[edit]
[-] StripeConfiguration.php
[edit]
[-] StripeCancelRecurringPayment.php
[edit]
[-] StripeRefundNonRecurringPayment.php
[edit]
[-] Webhook.php
[edit]
[-] StripeTax.php
[edit]
[-] StripeWebhookInterface.php
[edit]
[-] StripeRecurringPaymentMethod.php
[edit]
[-] StripeProceededRecurringPayment.php
[edit]
[-] StripeSCANonRecurringPaymentMethod.php
[edit]
[-] StripeNonRecurringPaymentMethod.php
[edit]