芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/qrafiqxcreativeagency.com/accounts/office/app/Models/PaymentGatewayCredentials.php
attributes['paypal_status'], $this->attributes['stripe_status'], $this->attributes['paystack_status'], $this->attributes['razorpay_status'], $this->attributes['mollie_status'], $this->attributes['authorize_status'], $this->attributes['flutterwave_status'], $this->attributes['square_status'], $this->attributes['payfast_status'] ]); } /** * @return bool * This is to show message on dashboard to change the webhhok url */ public function getShowPayWebhookAttribute() { return in_array('active', [ $this->attributes['paypal_status'], $this->attributes['stripe_status'], $this->attributes['paystack_status'], $this->attributes['razorpay_status'], $this->attributes['flutterwave_status'], $this->attributes['square_status'], $this->attributes['payfast_status'] ]); } }