<?php

namespace Give\Framework\PaymentGateways\Commands;

/**
 * The payment is successful but still pending
 *
 * @since 3.0.0
 */
class PaymentPending extends PaymentCommand
{
}
