bound('OrderPaymentTypes')) { return app('OrderPaymentTypes'); } return static::$orderPaymentTypes[$order_plugin_id]?:OrderPaymentTypes::class; } public static function attachOrderPayment($order_plugin_id,$order_payment_types) { static::$orderPaymentTypes[$order_plugin_id] = $order_payment_types; } }