File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/Framework/PaymentGateways/Commands/SubscriptionProcessing.php
Back
<?php namespace Give\Framework\PaymentGateways\Commands; /** * @since 2.23.2 */ class SubscriptionProcessing implements GatewayCommand { /** * The Gateway Transaction / Charge Record ID * * @var string|null */ public $gatewayTransactionId; /** * The Gateway Subscription Record ID * * @var string */ public $gatewaySubscriptionId; /** * @since 2.23.2 */ public function __construct( string $gatewaySubscriptionId, string $gatewayTransactionId = null ) { $this->gatewayTransactionId = $gatewayTransactionId; $this->gatewaySubscriptionId = $gatewaySubscriptionId; } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings