class PayPalPaymentGateway(PaymentGateway): def process_payment(self, amount): print(f"Processing payment of ${amount} using PayPal.")